Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt59 glDepthRangexOES;
Dentries_gles1.in59 GL_ENTRY(void, glDepthRangexOES, GLfixed n, GLfixed f)
Dentries.in178 GL_ENTRY(void, glDepthRangexOES, GLfixed n, GLfixed f)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangexOES);
356 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangexOES); in init_stub_library()
Dstubs_arm.cc76 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangexOES);
356 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangexOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec19 void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java320 public static native void glDepthRangexOES( in glDepthRangexOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in55 void API_ENTRY(glDepthRangexOES)(GLfixed n, GLfixed f) {
56 CALL_GL_API(glDepthRangexOES, n, f);
/frameworks/native/opengl/include/GLES/
Dglext.h215 GL_API void GL_APIENTRY glDepthRangexOES (GLfixed n, GLfixed f);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1067 glDepthRangexOES( in android_glDepthRangexOES__II()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19469 method public static void glDepthRangexOES(int, int);
/frameworks/base/api/
Dcurrent.txt33560 method public static void glDepthRangexOES(int, int);