Searched defs:drawQuad (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.cpp31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) function in namespace:sglr
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DANGLETest.cpp48 void ANGLETest::drawQuad(GLuint program, const std::string& positionAttribName, GLfloat quadDepth) function in class:ANGLETest
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp72 void drawQuad (const glw::Functions& gl, deUint32 program, const Vec3& p0, const Vec3& p1) function in namespace:deqp::gls::Functional::__anon20399
462 drawQuad(gl, program, Vec3(-1.0f, -1.0f, 0.5f), Vec3(1.0f, 1.0f, 0.5f));
828 drawQuad(gl, program, tcu::Vec3(-1.0f, -1.0f, 0.6f), tcu::Vec3(1.0f, 1.0f, 0.6f));

Completed in 122 milliseconds