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

/frameworks/base/libs/rs/driver/
H A DrsdProgramStore.cpp175 RSD_CALL_GL(glDepthFunc, drv->depthFunc);
/frameworks/base/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.java627 // C function void glDepthFunc ( GLenum func )
629 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/base/opengl/libagl/
H A Dstate.cpp543 void glDepthFunc(GLenum func) { function
/frameworks/base/opengl/include/GLES/
H A Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h508 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java301 // C function void glDepthFunc ( GLenum func )
303 public native void glDepthFunc( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h347 static const Function glDepthFunc = Message_Function_glDepthFunc; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp282 dbg->hooks->gl.glDepthFunc(
H A Ddebugger_message.pb.cpp273 const Message_Function Message::glDepthFunc; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp866 _c->glDepthFunc(func);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h495 GLAPI void APIENTRY glDepthFunc (GLenum func);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h76 GL_ENTRY(void, glDepthFunc, GLenum func)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp464 /* void glDepthFunc ( GLenum func ) */
468 glDepthFunc(
3430 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },
H A Dandroid_opengl_GLES20.cpp744 /* void glDepthFunc ( GLenum func ) */
748 glDepthFunc(
4910 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp590 /* void glDepthFunc ( GLenum func ) */
594 glDepthFunc(
7304 {"glDepthFunc", "(I)V", (void *) android_glDepthFunc__I },

Completed in 313 milliseconds