Home
last modified time | relevance | path

Searched refs:glDepthFunc (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomOpenGLView.java61 gl.glDepthFunc(GL10.GL_LEQUAL); in CustomOpenGLView()
/frameworks/rs/driver/
DrsdProgramStore.cpp174 RSD_CALL_GL(glDepthFunc, drv->depthFunc); in rsdProgramStoreSetActive()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt47 glDepthFunc;
DlibGLESv1_CM.map.txt54 glDepthFunc;
DlibGLESv3.map.txt92 glDepthFunc;
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc);
351 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthFunc); in init_stub_library()
Dstubs_arm64.cc71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc);
351 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthFunc); in init_stub_library()
Dstubs_arm.cc71 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/
DGLES10.spec23 void glDepthFunc ( GLenum func )
DGLES20.spec35 void glDepthFunc ( GLenum func )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java407 void glDepthFunc( in glDepthFunc() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.023 void glDepthFunc ( GLenum func )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in187 void API_ENTRY(glDepthFunc)(GLenum func) {
188 CALL_GL_API(glDepthFunc, func);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java490 public static native void glDepthFunc( in glDepthFunc() method in GLES10
DGLES20.java635 public static native void glDepthFunc( in glDepthFunc() method in GLES20
DGLErrorWrapper.java219 public void glDepthFunc(int func) { in glDepthFunc() method in GLErrorWrapper
221 mgl.glDepthFunc(func); in glDepthFunc()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h495 GLAPI void APIENTRY glDepthFunc (GLenum func);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java307 public native void glDepthFunc( in glDepthFunc() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h467 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc);
1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDepthFunc); in init_stub_library()
Dstubs_riscv64.cc159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc);
1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDepthFunc); in init_stub_library()
Dstubs_arm64.cc159 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/
Dstubs_arm.cc159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc);
1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDepthFunc); in init_stub_library()
Dstubs_arm64.cc159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc);
1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDepthFunc); in init_stub_library()
Dstubs_riscv64.cc159 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthFunc);
1007 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDepthFunc); in init_stub_library()

12