Home
last modified time | relevance | path

Searched refs:DEMOGfxShader (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h131 } DEMOGfxShader; typedef
160 BOOL DEMOGfxLoadShaders(DEMOGfxShader *pShader, u32 index, const void *pData);
171 BOOL DEMOGfxInitShaderAttribute(DEMOGfxShader *pShader, const char *name,
180 BOOL DEMOGfxGetVertexShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
188 BOOL DEMOGfxGetPixelShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
196 BOOL DEMOGfxGetGeometryShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
204 BOOL DEMOGfxGetVertexShaderUniformLocation(DEMOGfxShader *pShader, const char *name);
212 BOOL DEMOGfxGetPixelShaderUniformLocation(DEMOGfxShader *pShader, const char *name);
220 BOOL DEMOGfxGetVertexShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name);
228 BOOL DEMOGfxGetPixelShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name);
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxShader.h131 } DEMOGfxShader; typedef
160 BOOL DEMOGfxLoadShaders(DEMOGfxShader *pShader, u32 index, const void *pData);
171 BOOL DEMOGfxInitShaderAttribute(DEMOGfxShader *pShader, const char *name,
180 BOOL DEMOGfxGetVertexShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
188 BOOL DEMOGfxGetPixelShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
196 BOOL DEMOGfxGetGeometryShaderSamplerLocation(DEMOGfxShader *pShader, const char *name);
204 BOOL DEMOGfxGetVertexShaderUniformLocation(DEMOGfxShader *pShader, const char *name);
212 BOOL DEMOGfxGetPixelShaderUniformLocation(DEMOGfxShader *pShader, const char *name);
220 BOOL DEMOGfxGetVertexShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name);
228 BOOL DEMOGfxGetPixelShaderUniformBlockLocation(DEMOGfxShader *pShader, const char *name);
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfxShader.c23 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()
[all …]
DdemoFont.c87 static DEMOGfxShader s_Shader = {0};
103 static void SetFontTexture(DEMOGfxShader* pShader, FontData_t* pFont);
108 static void InitFontTexture(DEMOGfxShader* pShader, FontData_t* pFont);
109 static void InitShader(DEMOGfxShader* pShader);
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()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp118 DEMOGfxShader shaders;
137 DEMOGfxShader shaders;
156 DEMOGfxShader shaders;