Home
last modified time | relevance | path

Searched refs:glCompileShaderARB (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_shaders_gl.c46 PFNGLCOMPILESHADERARBPROC glCompileShaderARB; member
356 ctx->glCompileShaderARB(shader); in CompileShader()
475 … ctx->glCompileShaderARB = (PFNGLCOMPILESHADERARBPROC) SDL_GL_GetProcAddress("glCompileShaderARB"); in GL_CreateShaderContext()
489 ctx->glCompileShaderARB && in GL_CreateShaderContext()
/AliOS-Things-master/components/SDL2/test/
A Dtestshader.c115 static PFNGLCOMPILESHADERARBPROC glCompileShaderARB; variable
132 glCompileShaderARB(shader); in CompileShader()
213glCompileShaderARB = (PFNGLCOMPILESHADERARBPROC) SDL_GL_GetProcAddress("glCompileShaderARB"); in InitShaders()
225 glCompileShaderARB && in InitShaders()
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h3660 GLAPI void APIENTRY glCompileShaderARB (GLhandleARB shaderObj);

Completed in 64 milliseconds