Searched refs:glLineWidthx (Results 1 - 8 of 8) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h111 {"glLineWidthx", (void*)glLineWidthx},
H A Dgl_client_context.h111 glLineWidthx_client_proc_t glLineWidthx; member in struct:gl_client_context_t
403 virtual glLineWidthx_client_proc_t set_glLineWidthx(glLineWidthx_client_proc_t f) { glLineWidthx_client_proc_t retval = glLineWidthx; glLineWidthx = f; return retval;}
H A Dgl_entry.cpp109 void glLineWidthx(GLfixed width);
913 void glLineWidthx(GLfixed width) function
916 ctx->glLineWidthx(ctx, width);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h121 {"glLineWidthx", (void *)glLineWidthx},
H A Dgles_dispatch.h124 glLineWidthx_t glLineWidthx; member in struct:gles_dispatch
396 glLineWidthx_t set_glLineWidthx(glLineWidthx_t f) { glLineWidthx_t retval = glLineWidthx; glLineWidthx = f; return retval;}
H A Dgles.cpp561 void glLineWidthx(GLfixed width) function
563 getDispatch()->glLineWidthx(width);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java356 public void glLineWidthx(int width) { method in class:MatrixTrackingGL
357 mgl.glLineWidthx(width);
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);

Completed in 26 milliseconds