Home
last modified time | relevance | path

Searched refs:glDrawTexsOES (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java80 void glDrawTexsOES( in glDrawTexsOES() method
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.1ext6 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexsOES);
367 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexsOES); in init_stub_library()
H A Dstubs_arm.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawTexsOES);
367 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawTexsOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt70 glDrawTexsOES;
H A Dentries_gles1.in70 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
H A Dentries.in224 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java168 public static native void glDrawTexsOES( in glDrawTexsOES() method in GLES11Ext
H A DGLErrorWrapper.java909 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() method in GLErrorWrapper
912 mgl11Ext.glDrawTexsOES(x, y, z, width, height); in glDrawTexsOES()
H A DGLLogWrapper.java2685 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() method in GLLogWrapper
2694 mgl11Ext.glDrawTexsOES(x, y, z, width, height); in glDrawTexsOES()
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in16 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) {
17 CALL_GL_API(glDrawTexsOES, x, y, z, width, height);
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1779 public native void glDrawTexsOES( in glDrawTexsOES() method in GLImpl
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h140 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp458 glDrawTexsOES( in android_glDrawTexsOES__SSSSS()
H A Dcom_google_android_gles_jni_GLImpl.cpp7359 glDrawTexsOES( in android_glDrawTexsOES__SSSSS()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28528 method public static void glDrawTexsOES(short, short, short, short, short);
57626 method public void glDrawTexsOES(short, short, short, short, short);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19476 method public static void glDrawTexsOES(short, short, short, short, short);
52373 method public abstract void glDrawTexsOES(short, short, short, short, short);