Home
last modified time | relevance | path

Searched refs:glDepthRangexOES (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangexOES);
356 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangexOES); in init_stub_library()
H A Dstubs_arm.cc76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangexOES);
356 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangexOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt59 glDepthRangexOES;
H A Dentries_gles1.in59 GL_ENTRY(void, glDepthRangexOES, GLfixed n, GLfixed f)
H A Dentries.in178 GL_ENTRY(void, glDepthRangexOES, GLfixed n, GLfixed f)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec19 void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java320 public static native void glDepthRangexOES( in glDepthRangexOES() method in GLES11Ext
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in55 void API_ENTRY(glDepthRangexOES)(GLfixed n, GLfixed f) {
56 CALL_GL_API(glDepthRangexOES, n, f);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h215 GL_API void GL_APIENTRY glDepthRangexOES (GLfixed n, GLfixed f);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1069 glDepthRangexOES( in android_glDepthRangexOES__II()
/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.txt28521 method public static void glDepthRangexOES(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19469 method public static void glDepthRangexOES(int, int);