Searched defs:glCompileShader (Results 1 - 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
H A DGLDispatch.cpp272 void (GL_APIENTRY *GLDispatch::glCompileShader)(GLuint) = NULL; variable
510 LOAD_GL_FUNC(glCompileShader);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
H A DGLDispatch.h236 static void (GL_APIENTRY *glCompileShader)(GLuint shader); member in class:GLDispatch
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
H A DGLESv2Imp.cpp347 GL_APICALL void GL_APIENTRY glCompileShader(GLuint shader){ function
355 ctx->dispatcher().glCompileShader(globalShaderName);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DGLProtoBuf.java79 glCompileShader(48, 48), enum constant in enum:GLProtoBuf.GLMessage.Function
676 case 48: return glCompileShader;

Completed in 18 milliseconds