Searched refs:GL_ShaderContext (Results 1 – 3 of 3) sorted by relevance
47 typedef struct GL_ShaderContext GL_ShaderContext; typedef49 extern GL_ShaderContext * GL_CreateShaderContext(void);50 extern void GL_SelectShader(GL_ShaderContext *ctx, GL_Shader shader);51 extern void GL_DestroyShaderContext(GL_ShaderContext *ctx);
41 struct GL_ShaderContext struct347 CompileShader(GL_ShaderContext *ctx, GLhandleARB shader, const char *defines, const char *source) in CompileShader()381 CompileShaderProgram(GL_ShaderContext *ctx, int index, GL_ShaderData *data) in CompileShaderProgram()442 DestroyShaderProgram(GL_ShaderContext *ctx, GL_ShaderData *data) in DestroyShaderProgram()449 GL_ShaderContext *452 GL_ShaderContext *ctx; in GL_CreateShaderContext()456 ctx = (GL_ShaderContext *)SDL_calloc(1, sizeof(*ctx)); in GL_CreateShaderContext()523 GL_SelectShader(GL_ShaderContext *ctx, GL_Shader shader) in GL_SelectShader()529 GL_DestroyShaderContext(GL_ShaderContext *ctx) in GL_DestroyShaderContext()
116 GL_ShaderContext *shaders;
Completed in 11 milliseconds