Home
last modified time | relevance | path

Searched refs:drawIndexedQuad (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/tests/test_utils/
DANGLETest.cpp991 void ANGLETestBase::drawIndexedQuad(GLuint program, in drawIndexedQuad() function in ANGLETestBase
995 drawIndexedQuad(program, positionAttribName, positionAttribZ, 1.0f); in drawIndexedQuad()
998 void ANGLETestBase::drawIndexedQuad(GLuint program, in drawIndexedQuad() function in ANGLETestBase
1005 drawIndexedQuad(program, positionAttribName, positionAttribZ, positionAttribXYScale, false); in drawIndexedQuad()
1008 void ANGLETestBase::drawIndexedQuad(GLuint program, in drawIndexedQuad() function in ANGLETestBase
1014 drawIndexedQuad(program, positionAttribName, positionAttribZ, positionAttribXYScale, in drawIndexedQuad()
1018 void ANGLETestBase::drawIndexedQuad(GLuint program, in drawIndexedQuad() function in ANGLETestBase
DANGLETest.h411 void drawIndexedQuad(GLuint program,
414 void drawIndexedQuad(GLuint program,
418 void drawIndexedQuad(GLuint program,
424 void drawIndexedQuad(GLuint program,
/external/angle/src/tests/gl_tests/
DRobustBufferAccessBehaviorTest.cpp116 drawIndexedQuad(mProgram, "position", 0.5f); in runIndexOutOfRangeTests()
DSimpleOperationTest.cpp674 drawIndexedQuad(program.get(), "position", 0.5f, 1.0f, true); in TEST_P()
689 drawIndexedQuad(program.get(), "position", 0.5f, 1.0f, true); in TEST_P()
DSixteenBppTextureTest.cpp449 drawIndexedQuad(program, "position", 0.5f); in TEST_P()
DMultiviewDrawTest.cpp950 drawIndexedQuad(mProgram, "vPosition", 0.0f, 1.0f, true); in TEST_P()
962 drawIndexedQuad(mProgram, "vPosition", 0.0f, 1.0f, true, true); in TEST_P()
DWebGLFramebufferTest.cpp787 drawIndexedQuad(program, essl1_shaders::PositionAttrib(), 0.5f, 1.0f, true); in testDrawingMissingAttachment()
DVertexAttributeTest.cpp1247 drawIndexedQuad(mProgram, "position", 0.5f, 1.0f, true); in TEST_P()
1269 drawIndexedQuad(mProgram, "position", 0.5f, 1.0f, true); in TEST_P()
1680 drawIndexedQuad(mProgram, "position", 0.5f); in TEST_P()