/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | CustomOpenGLView.java | 61 gl.glDepthFunc(GL10.GL_LEQUAL); in CustomOpenGLView()
|
/frameworks/rs/driver/ |
D | rsdProgramStore.cpp | 174 RSD_CALL_GL(glDepthFunc, drv->depthFunc); in rsdProgramStoreSetActive()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 47 glDepthFunc;
|
D | libGLESv1_CM.map.txt | 54 glDepthFunc;
|
D | libGLESv3.map.txt | 92 glDepthFunc;
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 351 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthFunc); in init_stub_library()
|
D | stubs_arm64.cc | 71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 351 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthFunc); in init_stub_library()
|
D | stubs_arm.cc | 71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 351 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthFunc); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 23 void glDepthFunc ( GLenum func )
|
D | GLES20.spec | 35 void glDepthFunc ( GLenum func )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 407 void glDepthFunc( in glDepthFunc() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 23 void glDepthFunc ( GLenum func )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 187 void API_ENTRY(glDepthFunc)(GLenum func) { 188 CALL_GL_API(glDepthFunc, func);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 490 public static native void glDepthFunc( in glDepthFunc() method in GLES10
|
D | GLES20.java | 635 public static native void glDepthFunc( in glDepthFunc() method in GLES20
|
D | GLErrorWrapper.java | 219 public void glDepthFunc(int func) { in glDepthFunc() method in GLErrorWrapper 221 mgl.glDepthFunc(func); in glDepthFunc()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 495 GLAPI void APIENTRY glDepthFunc (GLenum func);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 307 public native void glDepthFunc( in glDepthFunc() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 467 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
|
/frameworks/libs/native_bridge_support/android_api/libGLESv3/ |
D | stubs_arm.cc | 159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDepthFunc); in init_stub_library()
|
D | stubs_riscv64.cc | 159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDepthFunc); in init_stub_library()
|
D | stubs_arm64.cc | 159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDepthFunc); in init_stub_library()
|
/frameworks/libs/native_bridge_support/android_api/libGLESv2/ |
D | stubs_arm.cc | 159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDepthFunc); in init_stub_library()
|
D | stubs_arm64.cc | 159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDepthFunc); in init_stub_library()
|
D | stubs_riscv64.cc | 159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc); 1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDepthFunc); in init_stub_library()
|