Home
last modified time | relevance | path

Searched refs:glDepthFunc (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/rs/driver/
DrsdProgramStore.cpp175 RSD_CALL_GL(glDepthFunc, drv->depthFunc); in rsdProgramStoreSetActive()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec23 void glDepthFunc ( GLenum func )
DGLES20.spec35 void glDepthFunc ( GLenum func )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java407 void glDepthFunc( in glDepthFunc() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.023 void glDepthFunc ( GLenum func )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in187 void API_ENTRY(glDepthFunc)(GLenum func) {
188 CALL_GL_API(glDepthFunc, func);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java490 public static native void glDepthFunc( in glDepthFunc() method in GLES10
DGLES20.java633 public static native void glDepthFunc( in glDepthFunc() method in GLES20
DGLErrorWrapper.java219 public void glDepthFunc(int func) { in glDepthFunc() method in GLErrorWrapper
221 mgl.glDepthFunc(func); in glDepthFunc()
DGLLogWrapper.java1443 public void glDepthFunc(int func) { in glDepthFunc() method in GLLogWrapper
1448 mgl.glDepthFunc(func); in glDepthFunc()
/frameworks/native/opengl/libagl/
Dstate.cpp544 void glDepthFunc(GLenum func) { in glDepthFunc() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp196 void glDepthFunc(GLenum func) {} in glDepthFunc() function
Dwrap_gles.h178 #define glDepthFunc wrap_glDepthFunc macro
Dunwrap_gles.h178 #undef glDepthFunc
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h495 GLAPI void APIENTRY glDepthFunc (GLenum func);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java304 public native void glDepthFunc( in glDepthFunc() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in103 void API_ENTRY(glDepthFunc)(GLenum func) {
104 CALL_GL_API(glDepthFunc, func);
/frameworks/native/opengl/include/GLES2/
Dgl2.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/native/opengl/include/GLES3/
Dgl3.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
Dgl31.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
Dgl32.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp813 glDepthFunc( in android_glDepthFunc__I()
Dandroid_opengl_GLES20.cpp1227 glDepthFunc( in android_glDepthFunc__I()
/frameworks/native/opengl/libs/
Dentries.in159 GL_ENTRY(void, glDepthFunc, GLenum func)

12