Searched defs:colorShaderID (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 1109 deUint32 colorShaderID = ctx.createProgram(&colorShader); local 1137 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 0.0f, 1.0f, 1.0f)); 1138 sglr::drawQuad(ctx, colorShaderID, Vec3(-1.0f, -1.0f, 0.0f), Vec3(+1.0f, +1.0f, 0.0f)); 1148 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); 1149 sglr::drawQuad(ctx, colorShaderID, Vec3(-0.5f, -0.5f, 0.0f), Vec3(+0.5f, +0.5f, 0.0f)); 1430 deUint32 colorShaderID = context.createProgram(&colorShader); local 1437 colorShader.setColor(context, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); 1496 sglr::drawQuad(context, colorShaderID, Vec3(-1.0f, -1.0f, 0.0f), Vec3(1.0f, 1.0f, 0.0f)); 1687 deUint32 colorShaderID = context.createProgram(&colorShader); local 1701 colorShader.setColor(context, colorShaderID, Vec [all...] |
Completed in 222 milliseconds