HomeSort by relevance Sort by last modified time
    Searched refs:glLineWidthx (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mapi/es1api/
ABI-check 116 glLineWidthx
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 111 {"glLineWidthx", (void*)glLineWidthx},
gl_client_context.h 113 glLineWidthx_client_proc_t glLineWidthx;
gl_client_context.cpp 113 glLineWidthx = (glLineWidthx_client_proc_t) getProc("glLineWidthx", userData);
gl_entry.cpp 108 void glLineWidthx(GLfixed width);
913 void glLineWidthx(GLfixed width)
916 ctx->glLineWidthx(ctx, width);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 121 {"glLineWidthx", (void *)glLineWidthx},
gles_dispatch.h 124 glLineWidthx_t glLineWidthx;
396 glLineWidthx_t set_glLineWidthx(glLineWidthx_t f) { glLineWidthx_t retval = glLineWidthx; glLineWidthx = f; return retval;}
    [all...]
gles.cpp 561 void glLineWidthx(GLfixed width)
563 getDispatch()->glLineWidthx(width);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 191 glLineWidthx;
gles1_wrapper_context.h 113 glLineWidthx_wrapper_proc_t glLineWidthx;
gles1_wrapper_context.cpp 113 glLineWidthx = (glLineWidthx_wrapper_proc_t) getProc("glLineWidthx", userData);
gles1_wrapper_entry.cpp 108 void glLineWidthx(GLfixed width);
907 void glLineWidthx(GLfixed width)
910 ctx->glLineWidthx( width);
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 125 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 350 glLineWidthxOES = glLineWidthx;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 356 public void glLineWidthx(int width) {
357 mgl.glLineWidthx(width);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 146 void (*glLineWidthx)(GLfixed width);
main.cpp     [all...]
libGLES_CM.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 394 public void glLineWidthx(int width) {
395 ((GL10)mGL).glLineWidthx(width);
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 514 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
  /external/swiftshader/include/GLES/
gl.h 505 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]

Completed in 80 milliseconds