Home
last modified time | relevance | path

Searched refs:kQuadVertices (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DInstancingTest.cpp148 vertices = kQuadVertices; in runTest()
256 static constexpr GLfloat kQuadVertices[] = { member in InstancingTest
315 constexpr GLfloat InstancingTest::kQuadVertices[]; member in InstancingTest
635 glBufferData(GL_ARRAY_BUFFER, sizeof(kQuadVertices), kQuadVertices, GL_STATIC_DRAW); in TEST_P()
655 glBindVertexBuffer(positionBinding, quadBuffer, 0, 2 * sizeof(kQuadVertices[0])); in TEST_P()
677 glBindVertexBuffer(positionLoc, quadBuffer, 0, 2 * sizeof(kQuadVertices[0])); in TEST_P()
DMultiviewDrawTest.cpp1257 Vector2 kQuadVertices[6] = {Vector2(-1.f, -1.f), Vector2(1.f, -1.f), Vector2(1.f, 1.f), in TEST_P() local
1259 glBufferData(GL_ARRAY_BUFFER, sizeof(kQuadVertices), kQuadVertices, GL_STATIC_DRAW); in TEST_P()
DMemoryBarrierTest.cpp575 const std::array<Vector3, 6> kQuadVertices = {{ in createQuadVertexArray() local
584 const size_t bufferSize = kQuadVertices.size() * sizeof(Vector3); in createQuadVertexArray()
587 glBufferData(GL_ARRAY_BUFFER, bufferSize, kQuadVertices.data(), GL_STATIC_DRAW); in createQuadVertexArray()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp105 const std::array<Vector3, 6> kQuadVertices = {{ variable
421 return kQuadVertices; in GetQuadVertices()