Home
last modified time | relevance | path

Searched defs:kQuadVertices (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/perf_tests/
DProgramPipelineObjectPerfTest.cpp142 const std::array<Vector3, 6> kQuadVertices = {{ in drawBenchmark() local
/external/angle/src/tests/gl_tests/
DInstancingTest.cpp256 static constexpr GLfloat kQuadVertices[] = { member in InstancingTest
315 constexpr GLfloat InstancingTest::kQuadVertices[]; member in InstancingTest
DMultiviewDrawTest.cpp1246 Vector2 kQuadVertices[6] = {Vector2(-1.f, -1.f), Vector2(1.f, -1.f), Vector2(1.f, 1.f), in TEST_P() local
DMemoryBarrierTest.cpp590 const std::array<Vector3, 6> kQuadVertices = {{ in createQuadVertexArray() local
/external/angle/src/tests/test_utils/
DANGLETest.cpp88 const std::array<Vector3, 6> kQuadVertices = {{ variable