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

1 2

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 137 {"glPolygonOffsetx", (void *)glPolygonOffsetx},
gles_dispatch.h 140 glPolygonOffsetx_t glPolygonOffsetx;
412 glPolygonOffsetx_t set_glPolygonOffsetx(glPolygonOffsetx_t f) { glPolygonOffsetx_t retval = glPolygonOffsetx; glPolygonOffsetx = f; return retval;}
    [all...]
gles.cpp 641 void glPolygonOffsetx(GLfixed factor, GLfixed units)
643 getDispatch()->glPolygonOffsetx(factor, units);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 401 #define glPolygonOffsetx(...) do { glPolygonOffsetx(__VA_ARGS__); GLCHECK("glPolygonOffsetx");} while(0)
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 140 glPolygonOffsetx_t glPolygonOffsetx;
GLDispatch.cpp 163 s_gl.glPolygonOffsetx = (glPolygonOffsetx_t) s_gles_lib->findSymbol("glPolygonOffsetx");
  /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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 781 void glPolygonOffsetx(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 549 public void glPolygonOffsetx(
  /development/ndk/platforms/android-4/include/GLES/
gl.h 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 712 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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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-8/arch-x86/usr/include/GLES/
gl.h 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-4/arch-x86/usr/include/GLES/
gl.h 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]

Completed in 1398 milliseconds

1 2