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

  /external/quake/quake/src/WinQuake/
glquake.h 401 #define glPolygonOffsetx(...) do { glPolygonOffsetx(__VA_ARGS__); GLCHECK("glPolygonOffsetx");} while(0)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 520 public void glPolygonOffsetx(int factor, int units) {
521 mgl.glPolygonOffsetx(factor, units);
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 79 void glPolygonOffsetx ( GLfixed factor, GLfixed units )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 645 public void glPolygonOffsetx(int factor, int units) {
647 mgl.glPolygonOffsetx(factor, units);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 781 void glPolygonOffsetx(
  /development/ndk/platforms/android-4/include/GLES/
gl.h 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 846 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
848 public native void glPolygonOffsetx(
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 551 GLAPI void APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]