/frameworks/rs/driver/ |
D | rsdProgramStore.cpp | 175 RSD_CALL_GL(glDepthFunc, drv->depthFunc); in rsdProgramStoreSetActive()
|
/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 | 633 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/base/libs/hwui/debug/ |
D | nullgles.cpp | 196 void glDepthFunc(GLenum func) {} in glDepthFunc() function
|
D | wrap_gles.h | 178 #define glDepthFunc wrap_glDepthFunc macro
|
D | unwrap_gles.h | 178 #undef 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 | 304 public native void glDepthFunc( in glDepthFunc() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 657 GL_API void GL_APIENTRY glDepthFunc (GLenum 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 | 562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
|
D | gl31.h | 562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
|
D | gl32.h | 562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 813 glDepthFunc( in android_glDepthFunc__I()
|
D | android_opengl_GLES20.cpp | 1227 glDepthFunc( in android_glDepthFunc__I()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 159 GL_ENTRY(void, glDepthFunc, GLenum func)
|