Home
last modified time | relevance | path

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

12

/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()
DGLLogWrapper.java1255 public void glClearDepthf(float depth) { in glClearDepthf() method in GLLogWrapper
1260 mgl.glClearDepthf(depth); in glClearDepthf()
/frameworks/native/opengl/libagl/
Dstate.cpp589 void glClearDepthf(GLclampf depth) in glClearDepthf() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp181 void glClearDepthf(GLfloat d) {} in glClearDepthf() function
Dwrap_gles.h94 #define glClearDepthf wrap_glClearDepthf macro
Dunwrap_gles.h94 #undef glClearDepthf
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
/frameworks/rs/driver/
DrsdGL.cpp526 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.h595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/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.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/native/opengl/include/GLES3/
Dgl3.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
Dgl31.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
Dgl32.h545 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp531 glClearDepthf( in android_glClearDepthf__F()
Dandroid_opengl_GLES20.cpp706 glClearDepthf( in android_glClearDepthf__F()
/frameworks/native/opengl/libs/
Dentries.in75 GL_ENTRY(void, glClearDepthf, GLfloat d)

12