/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11Ext.java | 105 void glDrawTexxvOES( 110 void glDrawTexxvOES(
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 163 {"glDrawTexxvOES", (void*)glDrawTexxvOES},
|
gl_client_context.h | 181 glDrawTexxvOES_client_proc_t glDrawTexxvOES; [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 173 {"glDrawTexxvOES", (void *)glDrawTexxvOES},
|
gles_dispatch.h | 176 glDrawTexxvOES_t glDrawTexxvOES; 448 glDrawTexxvOES_t set_glDrawTexxvOES(glDrawTexxvOES_t f) { glDrawTexxvOES_t retval = glDrawTexxvOES; glDrawTexxvOES = f; return retval;} [all...] |
gles.cpp | 821 void glDrawTexxvOES(const GLfixed *coords) 823 getDispatch()->glDrawTexxvOES(coords); [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
checks.spec | 38 glDrawTexxvOES check coords 5
|
GLES11Ext.spec | 9 void glDrawTexxvOES ( const GLfixed *coords )
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 222 // C function void glDrawTexxvOES ( const GLfixed *coords ) 224 public static native void glDrawTexxvOES( 229 // C function void glDrawTexxvOES ( const GLfixed *coords ) 231 public static native void glDrawTexxvOES( [all...] |
GLErrorWrapper.java | 934 public void glDrawTexxvOES(int[] coords, int offset) { 936 mgl11Ext.glDrawTexxvOES(coords, offset); 940 public void glDrawTexxvOES(IntBuffer coords) { 942 mgl11Ext.glDrawTexxvOES(coords); [all...] |
GLLogWrapper.java | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 733 public void glDrawTexxvOES(int[] coords, int offset) { 734 mgl11Ext.glDrawTexxvOES(coords, offset); 737 public void glDrawTexxvOES(IntBuffer coords) { 738 mgl11Ext.glDrawTexxvOES(coords);
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 1138 public void glDrawTexxvOES(IntBuffer coords) { 1139 ((GL11Ext)mGL).glDrawTexxvOES(coords); 1145 public void glDrawTexxvOES(int[] coords, int offset) { 1146 ((GL11Ext)mGL).glDrawTexxvOES(coords, offset);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 176 glDrawTexxvOES_t glDrawTexxvOES;
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | [all...] |
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 120 glDrawTexxvOES = 94;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
glext.h | 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
glext.h | 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
glext.h | 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/ |
glext.h | 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/ |
glext.h | 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|