/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 108 glDrawTexiOES(0, 0, 0, 512, 512); in main() 122 glDrawTexiOES(0, 0, 0, 1, 1); in main() 136 glDrawTexiOES(0, 0, 0, 512, 512); in main() 137 glDrawTexiOES(0, 0, 0, 512, 512); in main() 151 glDrawTexiOES(0, 0, 0, 1, 1); in main() 152 glDrawTexiOES(0, 0, 0, 1, 1); in main() 169 glDrawTexiOES(0, 0, 0, 512, 512); in main() 188 glDrawTexiOES(0, 0, 0, 1, 1); in main() 201 glDrawTexiOES(0, 0, 0, 512, 512); in main() 217 glDrawTexiOES(0, 0, 0, 1, 1); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 100 glDrawTexiOES(0, 0, 0, dim/2, dim/2); in main() 103 glDrawTexiOES(dim/2, 0, 0, dim/2, dim/2); in main() 106 glDrawTexiOES(0, dim/2, 0, dim/2, dim/2); in main() 109 glDrawTexiOES(dim/2, dim/2, 0, dim/2, dim/2); in main()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 63 void glDrawTexiOES( in glDrawTexiOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 4 void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 175 glDrawTexiOES(0, y, 1, dim, dim); in main()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 467 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h); in android() 468 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h); in android() 472 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h); in android() 656 glDrawTexiOES(*x, *y, 0, font.char_width, font.char_height); in drawText() 1013 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight), in playAnimation()
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 68 glDrawTexiOES;
|
D | entries_gles1.in | 68 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
|
D | entries.in | 222 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexiOES); 365 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexiOES); in init_stub_library()
|
D | stubs_arm.cc | 85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexiOES); 365 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexiOES); in init_stub_library()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 169 glDrawTexiOES(0, 0, 0, w, h); in renderFrame()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 5 void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 178 public static native void glDrawTexiOES( in glDrawTexiOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 891 public void glDrawTexiOES(int x, int y, int z, int width, int height) { in glDrawTexiOES() method in GLErrorWrapper 893 mgl11Ext.glDrawTexiOES(x, y, z, width, height); in glDrawTexiOES()
|
D | GLLogWrapper.java | 2656 public void glDrawTexiOES(int x, int y, int z, int width, int height) { in glDrawTexiOES() method in GLLogWrapper 2664 mgl11Ext.glDrawTexiOES(x, y, z, width, height); in glDrawTexiOES()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 19 void API_ENTRY(glDrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height) { 20 CALL_GL_API(glDrawTexiOES, x, y, z, width, height);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1756 public native void glDrawTexiOES( in glDrawTexiOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 227 #define glDrawTexiOES wrap_glDrawTexiOES macro
|
D | gles_undefine.h | 226 #undef glDrawTexiOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 141 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1554 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) { in glDrawTexiOES() function
|
D | egl.cpp | 866 (__eglMustCastToProperFunctionPointerType)&glDrawTexiOES },
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 471 glDrawTexiOES( in android_glDrawTexiOES__IIIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7255 glDrawTexiOES( in android_glDrawTexiOES__IIIII()
|