/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 80 void glDrawTexsOES( in glDrawTexsOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 6 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 70 glDrawTexsOES;
|
D | entries_gles1.in | 70 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
|
D | entries.in | 224 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexsOES); 367 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexsOES); in init_stub_library()
|
D | stubs_arm.cc | 87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexsOES); 367 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexsOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 168 public static native void glDrawTexsOES( in glDrawTexsOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 909 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() method in GLErrorWrapper 912 mgl11Ext.glDrawTexsOES(x, y, z, width, height); in glDrawTexsOES()
|
D | GLLogWrapper.java | 2685 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() method in GLLogWrapper 2694 mgl11Ext.glDrawTexsOES(x, y, z, width, height); in glDrawTexsOES()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 16 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) { 17 CALL_GL_API(glDrawTexsOES, x, y, z, width, height);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1779 public native void glDrawTexsOES( in glDrawTexsOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 229 #define glDrawTexsOES wrap_glDrawTexsOES macro
|
D | gles_undefine.h | 228 #undef glDrawTexsOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 140 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1550 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) { in glDrawTexsOES() function
|
D | egl.cpp | 864 (__eglMustCastToProperFunctionPointerType)&glDrawTexsOES },
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 458 glDrawTexsOES( in android_glDrawTexsOES__SSSSS()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7358 glDrawTexsOES( in android_glDrawTexsOES__SSSSS()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19476 method public static void glDrawTexsOES(short, short, short, short, short); 52373 method public abstract void glDrawTexsOES(short, short, short, short, short);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32153 method public static void glDrawTexsOES(short, short, short, short, short); 76635 method public void glDrawTexsOES(short, short, short, short, short);
|
/frameworks/base/api/ |
D | current.txt | 32297 method public static void glDrawTexsOES(short, short, short, short, short); 76779 method public void glDrawTexsOES(short, short, short, short, short);
|