Searched defs:colorShader (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 1107 FlatColorShader colorShader; local 1109 deUint32 colorShaderID = ctx.createProgram(&colorShader); 1137 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 0.0f, 1.0f, 1.0f)); 1148 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); 1428 FlatColorShader colorShader; local 1430 deUint32 colorShaderID = context.createProgram(&colorShader); 1437 colorShader.setColor(context, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); 1685 FlatColorShader colorShader; local 1687 deUint32 colorShaderID = context.createProgram(&colorShader); 1701 colorShader [all...] |
Completed in 56 milliseconds