/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | CustomOpenGLView.java | 47 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;
|
D | entries_gles1.in | 54 GL_ENTRY(void, glDepthFunc, GLenum func)
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/ |
D | Renderer.cpp | 253 glDepthFunc(GL_LEQUAL); in draw()
|
/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()
|
D | GLLogWrapper.java | 1443 public void glDepthFunc(int func) { in glDepthFunc() method in GLLogWrapper 1448 mgl.glDepthFunc(func); in glDepthFunc()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 544 void glDepthFunc(GLenum func) { in glDepthFunc() function
|
/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 | 304 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/base/libs/hwui/debug/ |
D | gles_redefine.h | 175 #define glDepthFunc wrap_glDepthFunc macro
|
D | gles_undefine.h | 175 #undef glDepthFunc
|
D | gles_stubs.in | 103 void API_ENTRY(glDepthFunc)(GLenum func) { 104 CALL_GL_API(glDepthFunc, func);
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 103 void API_ENTRY(glDepthFunc)(GLenum func) { 104 CALL_GL_API(glDepthFunc, func);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 560 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
|