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

1 2 3 4 5 6

  /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},
gles_dispatch.h 42 glLineWidth_t glLineWidth;
314 glLineWidth_t set_glLineWidth(glLineWidth_t f) { glLineWidth_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 126 LOAD_GL_FUNC(glLineWidth);
GLDispatch.h 103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
  /external/quake/quake/src/WinQuake/
glquake.h 303 #define glLineWidth(...) do { glLineWidth(__VA_ARGS__); GLCHECK("glLineWidth");} while(0)
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 67 interface->fLineWidth = glLineWidth;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 66 interface->fLineWidth = glLineWidth;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 105 interface->fLineWidth = glLineWidth;
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 72 interface->fLineWidth = glLineWidth;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 42 glLineWidth_t glLineWidth;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 105 interface->fLineWidth = 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 )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 778 // C function void glLineWidth ( GLfloat width )
780 public static native void glLineWidth(
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 618 void glLineWidth(
  /frameworks/native/opengl/libagl/
state.cpp 507 void glLineWidth(GLfloat width)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 386 public void glLineWidth(

Completed in 605 milliseconds

1 2 3 4 5 6