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

/frameworks/rs/driver/
H A DrsdProgramStore.cpp175 RSD_CALL_GL(glDepthFunc, drv->depthFunc);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto99 glDepthFunc = 73;
/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/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/include/GLES2/
H A Dgl2.h411 GL_APICALL 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/GLES3/
H A Dgl3.h411 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
H A Dgl31.h411 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp691 /* void glDepthFunc ( GLenum func ) */
695 glDepthFunc(
3093 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },
H A Dandroid_opengl_GLES20.cpp1105 /* void glDepthFunc ( GLenum func ) */
1109 glDepthFunc(
6072 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp625 /* void glDepthFunc ( GLenum func ) */
629 glDepthFunc(
8514 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp905 const GLMessage_Function GLMessage::glDepthFunc; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1253 static const Function glDepthFunc = GLMessage_Function_glDepthFunc; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp1375 glmsg.set_function(GLMessage::glDepthFunc);
1386 glContext->hooks->gl.glDepthFunc(func);
[all...]

Completed in 283 milliseconds