Home
last modified time | relevance | path

Searched refs:glReleaseShaderCompiler (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp293 void (GL_APIENTRY *GLDispatch::glReleaseShaderCompiler)() = NULL;
531 LOAD_GLEXT_FUNC(glReleaseShaderCompiler); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h258 static void (GL_APIENTRY *glReleaseShaderCompiler)(void);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h567 GL_APICALL void GL_APIENTRY glReleaseShaderCompiler (void);
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1616 GL_APICALL void GL_APIENTRY glReleaseShaderCompiler(void){ in glReleaseShaderCompiler() function
1619 if(ctx->dispatcher().glReleaseShaderCompiler != NULL) in glReleaseShaderCompiler()
1621 ctx->dispatcher().glReleaseShaderCompiler(); in glReleaseShaderCompiler()
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in94 GL_ENTRY(void, glReleaseShaderCompiler, void)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java316 glReleaseShaderCompiler(285, 285), enumConstant
809 case 285: return glReleaseShaderCompiler; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in342 void, glReleaseShaderCompiler, void