Home
last modified time | relevance | path

Searched refs:glClearDepthf (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt22 glClearDepthf;
DlibGLESv1_CM.map.txt23 glClearDepthf;
DlibGLESv3.map.txt49 glClearDepthf;
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec9 void glClearDepthf ( GLclampf depth )
DGLES20.spec18 void glClearDepthf ( GLclampf depth )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java303 void glClearDepthf( in glClearDepthf() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.09 void glClearDepthf ( GLclampf depth )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in7 void API_ENTRY(glClearDepthf)(GLfloat d) {
8 CALL_GL_API(glClearDepthf, d);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java333 public static native void glClearDepthf( in glClearDepthf() method in GLES10
DGLES20.java464 public static native void glClearDepthf( in glClearDepthf() method in GLES20
DGLErrorWrapper.java118 public void glClearDepthf(float depth) { in glClearDepthf() method in GLErrorWrapper
120 mgl.glClearDepthf(depth); in glClearDepthf()
/frameworks/native/opengl/libagl/
Dstate.cpp589 void glClearDepthf(GLclampf depth) in glClearDepthf() function
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
/frameworks/rs/driver/
DrsdGL.cpp532 RSD_CALL_GL(glClearDepthf, v); in rsdGLClearDepth()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java147 public native void glClearDepthf( in glClearDepthf() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h407 GL_API void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h91 #define glClearDepthf wrap_glClearDepthf macro
Dgles_undefine.h91 #undef glClearDepthf
Dgles_stubs.in52 void API_ENTRY(glClearDepthf)(GLfloat d) {
53 CALL_GL_API(glClearDepthf, d);
Dgles_decls.in18 GL_ENTRY(void, glClearDepthf, GLfloat d)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in52 void API_ENTRY(glClearDepthf)(GLfloat d) {
53 CALL_GL_API(glClearDepthf, d);
/frameworks/native/opengl/include/GLES2/
Dgl2.h543 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/native/opengl/include/GLES3/
Dgl3.h543 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
Dgl31.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp543 glClearDepthf( in android_glClearDepthf__F()

12