/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11Ext.java | 71 void glDrawTexivOES( 76 void glDrawTexivOES(
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 162 {"glDrawTexivOES", (void*)glDrawTexivOES},
|
gl_client_context.h | 180 glDrawTexivOES_client_proc_t glDrawTexivOES; [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 172 {"glDrawTexivOES", (void *)glDrawTexivOES},
|
gles_dispatch.h | 175 glDrawTexivOES_t glDrawTexivOES; 447 glDrawTexivOES_t set_glDrawTexivOES(glDrawTexivOES_t f) { glDrawTexivOES_t retval = glDrawTexivOES; glDrawTexivOES = f; return retval;} [all...] |
gles.cpp | 816 void glDrawTexivOES(const GLint *coords) 818 getDispatch()->glDrawTexivOES(coords); [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
checks.spec | 36 glDrawTexivOES check coords 5
|
GLES11Ext.spec | 8 void glDrawTexivOES ( const GLint *coords )
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 209 // C function void glDrawTexivOES ( const GLint *coords ) 211 public static native void glDrawTexivOES( 216 // C function void glDrawTexivOES ( const GLint *coords ) 218 public static native void glDrawTexivOES( [all...] |
GLErrorWrapper.java | 897 public void glDrawTexivOES(int[] coords, int offset) { 899 mgl11Ext.glDrawTexivOES(coords, offset); 903 public void glDrawTexivOES(IntBuffer coords) { 905 mgl11Ext.glDrawTexivOES(coords); [all...] |
GLLogWrapper.java | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 708 public void glDrawTexivOES(int[] coords, int offset) { 709 mgl11Ext.glDrawTexivOES(coords, offset); 712 public void glDrawTexivOES(IntBuffer coords) { 713 mgl11Ext.glDrawTexivOES(coords);
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 1098 public void glDrawTexivOES(IntBuffer coords) { 1099 ((GL11Ext)mGL).glDrawTexivOES(coords); 1105 public void glDrawTexivOES(int[] coords, int offset) { 1106 ((GL11Ext)mGL).glDrawTexivOES(coords, offset);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 175 glDrawTexivOES_t glDrawTexivOES;
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | [all...] |
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 116 glDrawTexivOES = 90;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
glext.h | 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
glext.h | 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
glext.h | 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/ |
glext.h | 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/ |
glext.h | 290 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|