OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawQuad
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp
31
void
drawQuad
(sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1)
/external/chromium_org/third_party/angle/tests/angle_tests/
ANGLETest.cpp
48
void ANGLETest::
drawQuad
(GLuint program, const std::string& positionAttribName, GLfloat quadDepth)
/external/deqp/modules/glshared/
glsScissorTests.cpp
72
void
drawQuad
(const glw::Functions& gl, deUint32 program, const Vec3& p0, const Vec3& p1)
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 1051 milliseconds