Lines Matching refs:OSReport

30         OSReport("Warning : The file did not contain a vertex shader\n");  in DEMOGfxLoadShaders()
35 OSReport("Warning : The file did not contain a pixel shader\n"); in DEMOGfxLoadShaders()
53 OSReport("Error : Null pointer.\n"); in DEMOGfxInitShaderAttribute()
58OSReport("Warning : The attribute buffer index (%d) is over %d\n", bufferIndex, GX2_MAX_ATTRIB_BUF… in DEMOGfxInitShaderAttribute()
79 OSReport("Error : Null pointer.\n"); in DEMOGfxGetVertexShaderSamplerLocation()
84OSReport("Warning : The sampler count (%d) in VS is over %d\n", pShader->samplersVS.count, GX2_MAX… in DEMOGfxGetVertexShaderSamplerLocation()
102 OSReport("Error : Null pointer.\n"); in DEMOGfxGetPixelShaderSamplerLocation()
107OSReport("Warning : The sampler count (%d) in PS is over %d\n", pShader->samplersPS.count, GX2_MAX… in DEMOGfxGetPixelShaderSamplerLocation()
125 OSReport("Error : Null pointer.\n"); in DEMOGfxGetGeometryShaderSamplerLocation()
130OSReport("Warning : The sampler count (%d) in GS is over %d\n", pShader->samplersGS.count, GX2_MAX… in DEMOGfxGetGeometryShaderSamplerLocation()
148 OSReport("Error : Null pointer.\n"); in DEMOGfxGetVertexShaderUniformLocation()
153OSReport("Warning : The uniform count (%d) in VS is over %d\n", pShader->uniformsVS.count, GX2_MAX… in DEMOGfxGetVertexShaderUniformLocation()
171 OSReport("Error : Null pointer.\n"); in DEMOGfxGetPixelShaderUniformLocation()
176OSReport("Warning : The uniform count (%d) in PS is over %d\n", pShader->uniformsPS.count, GX2_MAX… in DEMOGfxGetPixelShaderUniformLocation()
193 OSReport("Error : Null pointer.\n"); in DEMOGfxGetVertexShaderUniformBlockLocation()
198OSReport("Warning : The uniform block count (%d) in VS is over %d\n", pShader->uniformBlocksVS.cou… in DEMOGfxGetVertexShaderUniformBlockLocation()
217 OSReport("Error : Null pointer.\n"); in DEMOGfxGetPixelShaderUniformBlockLocation()
222OSReport("Warning : The uniform block count (%d) in PS is over %d\n", pShader->uniformBlocksPS.cou… in DEMOGfxGetPixelShaderUniformBlockLocation()
241 OSReport("Error : Null pointer.\n"); in DEMOGfxGetGeometryShaderUniformBlockLocation()
246OSReport("Warning : The uniform block count (%d) in GS is over %d\n", pShader->uniformBlocksGS.cou… in DEMOGfxGetGeometryShaderUniformBlockLocation()
265 OSReport("Error : Null pointer.\n"); in DEMOGfxInitFetchShader()
290 OSReport("Error : Null pointer.\n"); in DEMOGfxFreeShaders()