Home
last modified time | relevance | path

Searched refs:glDepthRangex (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt58 glDepthRangex;
Dentries_gles1.in58 GL_ENTRY(void, glDepthRangex, GLfixed n, GLfixed f)
Dentries.in177 GL_ENTRY(void, glDepthRangex, GLfixed n, GLfixed f)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangex);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangex); in init_stub_library()
Dstubs_arm64.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangex);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangex); in init_stub_library()
Dstubs_arm.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangex);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangex); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java420 void glDepthRangex( in glDepthRangex() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.026 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in193 void API_ENTRY(glDepthRangex)(GLfixed n, GLfixed f) {
194 CALL_GL_API(glDepthRangex, n, f);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java509 public static native void glDepthRangex( in glDepthRangex() method in GLES10
DGLErrorWrapper.java237 public void glDepthRangex(int near, int far) { in glDepthRangex() method in GLErrorWrapper
239 mgl.glDepthRangex(near, far); in glDepthRangex()
DGLLogWrapper.java1471 public void glDepthRangex(int near, int far) { in glDepthRangex() method in GLLogWrapper
1477 mgl.glDepthRangex(near, far); in glDepthRangex()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java326 public native void glDepthRangex( in glDepthRangex() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h469 GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp860 glDepthRangex( in android_glDepthRangex__II()
Dcom_google_android_gles_jni_GLImpl.cpp644 glDepthRangex( in android_glDepthRangex__II()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18909 method public static void glDepthRangex(int, int);
51831 method public abstract void glDepthRangex(int, int);
/frameworks/base/core/api/
Dcurrent.txt29840 method public static void glDepthRangex(int, int);
61687 method public void glDepthRangex(int, int);