Lines Matching defs:program
2 * drawElements Quality Program OpenGL ES 3.0 Module
151 void renderTex (tcu::Surface& dst, deUint32 program, int width, int height);
217 void TextureSpecCase::renderTex (tcu::Surface& dst, deUint32 program, int width, int height)
225 sglr::drawQuad(*getCurrentContext(), program, tcu::Vec3(-1.0f, -1.0f, 0.0f), tcu::Vec3(-1.0f + w*2.0f, -1.0f + h*2.0f, 0.0f));