HomeSort by relevance Sort by last modified time
    Searched defs:glLineWidth (Results 1 - 14 of 14) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 99 glLineWidth_client_proc_t glLineWidth;
gl2_entry.cpp 97 void glLineWidth(GLfloat width);
762 void glLineWidth(GLfloat width)
765 ctx->glLineWidth(ctx, width);
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 105 #define glLineWidth GLES2_GET_FUN(LineWidth)
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 30 glLineWidth_client_proc_t glLineWidth;
gl_entry.cpp 28 void glLineWidth(GLfloat width);
423 void glLineWidth(GLfloat width)
426 ctx->glLineWidth(ctx, width);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 151 void glLineWidth(GLfloat width)
153 getDispatch()->glLineWidth(width);
    [all...]
gles_dispatch.h 42 glLineWidth_t glLineWidth;
314 glLineWidth_t set_glLineWidth(glLineWidth_t f) { glLineWidth_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 557 void GL_APIENTRY glLineWidth(GLfloat width) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 352 public void glLineWidth(float width) {
353 mgl.glLineWidth(width);
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 578 #define glLineWidth GLES2_GET_FUN(LineWidth)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 174 milliseconds