Searched refs:glCompileShaderARB (Results 1 – 3 of 3) sorted by relevance
46 PFNGLCOMPILESHADERARBPROC glCompileShaderARB; member356 ctx->glCompileShaderARB(shader); in CompileShader()475 … ctx->glCompileShaderARB = (PFNGLCOMPILESHADERARBPROC) SDL_GL_GetProcAddress("glCompileShaderARB"); in GL_CreateShaderContext()489 ctx->glCompileShaderARB && in GL_CreateShaderContext()
115 static PFNGLCOMPILESHADERARBPROC glCompileShaderARB; variable132 glCompileShaderARB(shader); in CompileShader()213 … glCompileShaderARB = (PFNGLCOMPILESHADERARBPROC) SDL_GL_GetProcAddress("glCompileShaderARB"); in InitShaders()225 glCompileShaderARB && in InitShaders()
3660 GLAPI void APIENTRY glCompileShaderARB (GLhandleARB shaderObj);
Completed in 64 milliseconds