Home
last modified time | relevance | path

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

12

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomOpenGLView.java47 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;
Dentries_gles1.in54 GL_ENTRY(void, glDepthFunc, GLenum func)
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/
DRenderer.cpp253 glDepthFunc(GL_LEQUAL); in draw()
/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()
DGLLogWrapper.java1443 public void glDepthFunc(int func) { in glDepthFunc() method in GLLogWrapper
1448 mgl.glDepthFunc(func); in glDepthFunc()
/frameworks/native/opengl/libagl/
Dstate.cpp544 void glDepthFunc(GLenum func) { in glDepthFunc() function
/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.java304 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/base/libs/hwui/debug/
Dgles_redefine.h175 #define glDepthFunc wrap_glDepthFunc macro
Dgles_undefine.h175 #undef glDepthFunc
Dgles_stubs.in103 void API_ENTRY(glDepthFunc)(GLenum func) {
104 CALL_GL_API(glDepthFunc, func);
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in103 void API_ENTRY(glDepthFunc)(GLenum func) {
104 CALL_GL_API(glDepthFunc, func);
/frameworks/native/opengl/include/GLES2/
Dgl2.h560 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);

12