Lines Matching refs:s_Shader
87 static DEMOGfxShader s_Shader = {0}; variable
125 InitShader(&s_Shader); in DEMOFontInit()
128 InitFontTexture(&s_Shader, &s_FontP); in DEMOFontInit()
129 InitFontTexture(&s_Shader, &s_FontF); in DEMOFontInit()
148 DEMOGfxFreeShaders(&s_Shader); in DEMOFontShutdown()
237 SetFontTexture(&s_Shader, pFont); in DEMOFontPuts()
240 GX2SetVertexUniformReg(s_Shader.uniformsVS.location[1], 1*4, &pFontData->charMagScale[0]); in DEMOFontPuts()
243 GX2SetPixelUniformReg(s_Shader.uniformsPS.location[0], 1*4, &pFontData->color); in DEMOFontPuts()
310 GX2SetVertexUniformReg(s_Shader.uniformsVS.location[0], 1*4, &basePos); in DEMOFontPuts()
651 GX2SetShaders(&s_Shader.fetchShader, in DEMOFontAddInstance()
652 s_Shader.pVertexShader, in DEMOFontAddInstance()
653 s_Shader.pPixelShader); in DEMOFontAddInstance()
656 GX2SetPixelSampler(&s_sampler, s_Shader.samplersPS.location[0]); in DEMOFontAddInstance()