Home
last modified time | relevance | path

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

12

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

12