HomeSort by relevance Sort by last modified time
    Searched refs:glLineWidth (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 66 glLineWidth,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 99 {"glLineWidth", (void*)glLineWidth},
gl2_client_context.h 99 glLineWidth_client_proc_t glLineWidth;
308 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawRectFilter.java 129 GLES20.glLineWidth(1.0f);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 30 {"glLineWidth", (void*)glLineWidth},
gl_client_context.h 30 glLineWidth_client_proc_t glLineWidth;
322 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 39 {"glLineWidth", (void *)glLineWidth},
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 68 interface->fLineWidth = glLineWidth;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 126 LOAD_GL_FUNC(glLineWidth);
GLDispatch.h 103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 208 glLineWidth(line_width_);
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 77 interface->fLineWidth = glLineWidth;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 68 interface->fLineWidth = glLineWidth;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 77 interface->fLineWidth = glLineWidth;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 68 interface->fLineWidth = glLineWidth;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 103 #define glLineWidth GLES2_GET_FUN(LineWidth)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 117 interface->fLineWidth = glLineWidth;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 117 interface->fLineWidth = glLineWidth;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 42 glLineWidth_t glLineWidth;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 605 &glLineWidth,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 605 &glLineWidth,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 352 public void glLineWidth(float width) {
353 mgl.glLineWidth(width);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 257 glLineWidth = 231;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 55 void glLineWidth ( GLfloat width )
GLES20.spec 90 void glLineWidth ( GLfloat width )

Completed in 77 milliseconds

1 2 3 4 5 6 7 8