/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 127 {"glPolygonOffsetx", (void*)glPolygonOffsetx},
|
gl_client_context.h | 127 glPolygonOffsetx_client_proc_t glPolygonOffsetx; [all...] |
/device/generic/goldfish/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...] |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 140 glPolygonOffsetx_t 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/native/opengl/libs/GLES_trace/ |
gltrace.proto | 304 glPolygonOffsetx = 278;
|
/frameworks/native/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(
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 544 public void glPolygonOffsetx(int factor, int units) { 545 ((GL10)mGL).glPolygonOffsetx(factor, units);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES/ |
gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); [all...] |
/external/mesa3d/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 | 847 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units ) 849 public native void glPolygonOffsetx( [all...] |
/frameworks/native/opengl/include/GLES/ |
gl.h | 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); [all...] |
/frameworks/native/opengl/tests/angeles/include/GLES/ |
gl.h | 551 GLAPI void APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units); [all...] |