Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h25 glClearDepthf_t glClearDepthf; member
DGLDispatch.cpp42 s_gl.glClearDepthf = (glClearDepthf_t) s_gles_lib->findSymbol("glClearDepthf"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in18 GL_ENTRY(void, glClearDepthf, GLclampf depth)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java60 glClearDepthf(29, 29), enumConstant
553 case 29: return glClearDepthf; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in3 GL_ENTRY(void, glClearDepthf, GLclampf depth)
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp120 …esExtensions)["glClearDepthfOES"] = (__translatorMustCastToProperFunctionPointerType)glClearDepthf; in getProcAddress()
369 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth) { in glClearDepthf() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in43 void, glClearDepthf, GLclampf depth
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp334 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth){ in glClearDepthf() function