Searched defs:pShader (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoGfxShader.c | 23 BOOL DEMOGfxLoadShaders(DEMOGfxShader *pShader, u32 index, const void *pData) 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() [all …]
|
| D | demoGfd.c | 333 void DEMOGFDFreeVertexShader(GX2VertexShader *pShader) in DEMOGFDFreeVertexShader() 347 void DEMOGFDFreePixelShader(GX2PixelShader *pShader) in DEMOGFDFreePixelShader() 361 void DEMOGFDFreeGeometryShader(GX2GeometryShader *pShader) in DEMOGFDFreeGeometryShader() 380 void DEMOGFDFreeComputeShader(GX2ComputeShader *pShader) in DEMOGFDFreeComputeShader()
|
| D | demoFont.c | 503 static void InitFontTexture(DEMOGfxShader* pShader, FontData_t* pFont) in InitFontTexture() 537 static void SetFontTexture(DEMOGfxShader* pShader, FontData_t* pFont) in SetFontTexture() 545 static void InitShader(DEMOGfxShader* pShader) in InitShader()
|