Searched refs:glDepthFunc (Results 1 - 21 of 21) sorted by relevance

/frameworks/rs/driver/
H A DrsdProgramStore.cpp174 RSD_CALL_GL(glDepthFunc, drv->depthFunc);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec23 void glDepthFunc ( GLenum func )
H A DGLES20.spec35 void glDepthFunc ( GLenum func )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java488 // C function void glDepthFunc ( GLenum func )
490 public static native void glDepthFunc( method in class:GLES10
H A DGLErrorWrapper.java219 public void glDepthFunc(int func) { method in class:GLErrorWrapper
221 mgl.glDepthFunc(func);
H A DGLES20.java631 // C function void glDepthFunc ( GLenum func )
633 public static native void glDepthFunc( method in class:GLES20
H A DGLLogWrapper.java1443 public void glDepthFunc(int func) { method in class:GLLogWrapper
1444 begin("glDepthFunc");
1448 mgl.glDepthFunc(func);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java407 void glDepthFunc( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp544 void glDepthFunc(GLenum func) { function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h175 #define glDepthFunc wrap_glDepthFunc macro
H A Dgles_undefine.h175 #undef glDepthFunc macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java302 // C function void glDepthFunc ( GLenum func )
304 public native void glDepthFunc( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h495 GLAPI void APIENTRY glDepthFunc (GLenum func);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp862 /* void glDepthFunc ( GLenum func ) */
866 glDepthFunc(
3437 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },
H A Dandroid_opengl_GLES20.cpp1294 /* void glDepthFunc ( GLenum func ) */
1298 glDepthFunc(
6523 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp671 /* void glDepthFunc ( GLenum func ) */
675 glDepthFunc(
9118 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
H A Dgl31.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
H A Dgl32.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);

Completed in 654 milliseconds