/frameworks/base/libs/rs/ |
D | rsProgramFragmentStore.cpp | 76 glDepthFunc(mDepthFunc); in setupGL() 111 glDepthFunc(mDepthFunc); in setupGL2()
|
/frameworks/base/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/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 23 void glDepthFunc ( GLenum func )
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2_api.in | 103 void API_ENTRY(glDepthFunc)(GLenum func) { 104 CALL_GL_API(glDepthFunc, func);
|
/frameworks/base/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 | GLErrorWrapper.java | 219 public void glDepthFunc(int func) { in glDepthFunc() method in GLErrorWrapper 221 mgl.glDepthFunc(func); in glDepthFunc()
|
D | GLES20.java | 629 public static native void glDepthFunc( in glDepthFunc() method in GLES20
|
D | GLLogWrapper.java | 1443 public void glDepthFunc(int func) { in glDepthFunc() method in GLLogWrapper 1448 mgl.glDepthFunc(func); in glDepthFunc()
|
/frameworks/base/opengl/libagl/ |
D | state.cpp | 540 void glDepthFunc(GLenum func) { in glDepthFunc() function
|
/frameworks/base/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 | 303 public native void glDepthFunc( in glDepthFunc() method in GLImpl
|
/frameworks/base/opengl/include/GLES/ |
D | gl.h | 657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 508 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
|
/frameworks/base/opengl/libs/ |
D | entries.in | 74 GL_ENTRY(void, glDepthFunc, GLenum func)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 490 glDepthFunc( in android_glDepthFunc__I()
|
D | android_opengl_GLES20.cpp | 763 glDepthFunc( in android_glDepthFunc__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 616 glDepthFunc( in android_glDepthFunc__I()
|