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

1 2 3

  /sdk/emulator/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...]
  /external/quake/quake/src/WinQuake/
glquake.h 385 #define glLineWidthx(...) do { glLineWidthx(__VA_ARGS__); GLCHECK("glLineWidthx");} while(0)
  /gdk/samples/quake/jni/
glquake.h 385 #define glLineWidthx(...) do { glLineWidthx(__VA_ARGS__); GLCHECK("glLineWidthx");} while(0)
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 258 glLineWidthx = 232;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 124 glLineWidthx_t glLineWidthx;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 356 public void glLineWidthx(int width) {
357 mgl.glLineWidthx(width);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 56 void glLineWidthx ( GLfixed width )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 800 // C function void glLineWidthx ( GLfixed width )
    [all...]
GLErrorWrapper.java 468 public void glLineWidthx(int width) {
470 mgl.glLineWidthx(width);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 622 void glLineWidthx(
  /frameworks/native/opengl/libagl/
state.cpp 517 void glLineWidthx(GLfixed width)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 390 public void glLineWidthx(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 394 public void glLineWidthx(int width) {
395 ((GL10)mGL).glLineWidthx(width);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 609 // C function void glLineWidthx ( GLfixed width )
611 public native void glLineWidthx(
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 528 GLAPI void APIENTRY glLineWidthx (GLfixed width);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 695 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 695 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 695 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 695 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]

Completed in 740 milliseconds

1 2 3