Searched refs:colorShaderID (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 1131 deUint32 colorShaderID = ctx.createProgram(&colorShader); in render() local 1159 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 0.0f, 1.0f, 1.0f)); in render() 1160 sglr::drawQuad(ctx, colorShaderID, Vec3(-1.0f, -1.0f, 0.0f), Vec3(+1.0f, +1.0f, 0.0f)); in render() 1170 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render() 1171 sglr::drawQuad(ctx, colorShaderID, Vec3(-0.5f, -0.5f, 0.0f), Vec3(+0.5f, +0.5f, 0.0f)); in render() 1452 deUint32 colorShaderID = context.createProgram(&colorShader); in render() local 1459 colorShader.setColor(context, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render() 1518 sglr::drawQuad(context, colorShaderID, Vec3(-1.0f, -1.0f, 0.0f), Vec3(1.0f, 1.0f, 0.0f)); in render() 1709 deUint32 colorShaderID = context.createProgram(&colorShader); in render() local 1723 colorShader.setColor(context, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render() [all …]
|