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

  /development/tools/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/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 211 glPolygonOffsetxOES_t glPolygonOffsetxOES;
GLDispatch.cpp 234 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...]
  /prebuilt/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);
  /prebuilt/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);
  /prebuilt/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);
  /prebuilt/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);
  /prebuilt/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);
  /prebuilt/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);
  /prebuilt/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);
  /prebuilt/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);
  /development/ndk/platforms/android-4/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h 593 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /frameworks/base/opengl/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
    [all...]
  /frameworks/base/opengl/libs/
glesv2dbg_functions.h 282 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 67 milliseconds