Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DANGLETest.cpp1089 void ANGLETestBase::drawIndexedQuad(GLuint program, in drawIndexedQuad() function in ANGLETestBase
1093 drawIndexedQuad(program, positionAttribName, positionAttribZ, 1.0f); in drawIndexedQuad()
1096 void ANGLETestBase::drawIndexedQuad(GLuint program, in drawIndexedQuad() function in ANGLETestBase
1103 drawIndexedQuad(program, positionAttribName, positionAttribZ, positionAttribXYScale, false); in drawIndexedQuad()
1106 void ANGLETestBase::drawIndexedQuad(GLuint program, in drawIndexedQuad() function in ANGLETestBase
1112 drawIndexedQuad(program, positionAttribName, positionAttribZ, positionAttribXYScale, in drawIndexedQuad()
1116 void ANGLETestBase::drawIndexedQuad(GLuint program, in drawIndexedQuad() function in ANGLETestBase
DANGLETest.h442 void drawIndexedQuad(GLuint program,
445 void drawIndexedQuad(GLuint program,
449 void drawIndexedQuad(GLuint program,
455 void drawIndexedQuad(GLuint program,
/external/angle/src/tests/gl_tests/
DSimpleOperationTest.cpp712 drawIndexedQuad(program.get(), "position", 0.5f, 1.0f, true); in TEST_P()
727 drawIndexedQuad(program.get(), "position", 0.5f, 1.0f, true); in TEST_P()
DMultiviewDrawTest.cpp939 drawIndexedQuad(mProgram, "vPosition", 0.0f, 1.0f, true); in TEST_P()
951 drawIndexedQuad(mProgram, "vPosition", 0.0f, 1.0f, true, true); in TEST_P()
DSixteenBppTextureTest.cpp449 drawIndexedQuad(program, "position", 0.5f); in TEST_P()
DRobustBufferAccessBehaviorTest.cpp156 drawIndexedQuad(mProgram, "position", 0.5f); in runIndexOutOfRangeTests()
DWebGLFramebufferTest.cpp787 drawIndexedQuad(program, essl1_shaders::PositionAttrib(), 0.5f, 1.0f, true); in testDrawingMissingAttachment()
DVertexAttributeTest.cpp1237 drawIndexedQuad(mProgram, "position", 0.5f, 1.0f, true); in TEST_P()
1259 drawIndexedQuad(mProgram, "position", 0.5f, 1.0f, true); in TEST_P()
1667 drawIndexedQuad(mProgram, "position", 0.5f); in TEST_P()
1787 drawIndexedQuad(program, "a_position", 0.5f, 1.0f, false, true); in TEST_P()