Lines Matching refs:DEMOGfxShader

23 BOOL DEMOGfxLoadShaders(DEMOGfxShader *pShader, u32 index, const void *pData)  in DEMOGfxLoadShaders()
25 memset(pShader, 0, sizeof(DEMOGfxShader)); in DEMOGfxLoadShaders()
48 BOOL DEMOGfxInitShaderAttribute(DEMOGfxShader *pShader, const char *name, in DEMOGfxInitShaderAttribute()
75 BOOL DEMOGfxGetVertexShaderSamplerLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetVertexShaderSamplerLocation()
98 BOOL DEMOGfxGetPixelShaderSamplerLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetPixelShaderSamplerLocation()
121 BOOL DEMOGfxGetGeometryShaderSamplerLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetGeometryShaderSamplerLocation()
144 BOOL DEMOGfxGetVertexShaderUniformLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetVertexShaderUniformLocation()
167 BOOL DEMOGfxGetPixelShaderUniformLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetPixelShaderUniformLocation()
189 BOOL DEMOGfxGetVertexShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetVertexShaderUniformBlockLocation()
213 BOOL DEMOGfxGetPixelShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetPixelShaderUniformBlockLocation()
237 BOOL DEMOGfxGetGeometryShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name) in DEMOGfxGetGeometryShaderUniformBlockLocation()
261 BOOL DEMOGfxInitFetchShader(DEMOGfxShader *pShader) in DEMOGfxInitFetchShader()
286 BOOL DEMOGfxFreeShaders(DEMOGfxShader *pShader) in DEMOGfxFreeShaders()