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

1 2

  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 208 {"glPolygonOffsetxOES", (void *)glPolygonOffsetxOES},
gles_dispatch.h 211 glPolygonOffsetxOES_t glPolygonOffsetxOES;
    [all...]
gles.cpp 996 void glPolygonOffsetxOES(GLfixed factor, GLfixed units)
998 getDispatch()->glPolygonOffsetxOES(factor, units);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 305 glPolygonOffsetxOES = 279;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 211 glPolygonOffsetxOES_t glPolygonOffsetxOES;
GLDispatch.cpp 228 s_gl.glPolygonOffsetxOES = (glPolygonOffsetxOES_t) s_gles_lib->findSymbol("glPolygonOffsetxOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 617 // C function void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
619 public static native void glPolygonOffsetxOES(
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
  /prebuilts/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
  /prebuilts/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
  /prebuilts/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 310 glPolygonOffsetxOES(279, 279),
803 case 279: return glPolygonOffsetxOES;
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]

Completed in 57 milliseconds

1 2