Searched defs:kQuadVertices (Results 1 – 5 of 5) sorted by relevance
142 const std::array<Vector3, 6> kQuadVertices = {{ in drawBenchmark() local
256 static constexpr GLfloat kQuadVertices[] = { member in InstancingTest315 constexpr GLfloat InstancingTest::kQuadVertices[]; member in InstancingTest
1246 Vector2 kQuadVertices[6] = {Vector2(-1.f, -1.f), Vector2(1.f, -1.f), Vector2(1.f, 1.f), in TEST_P() local
590 const std::array<Vector3, 6> kQuadVertices = {{ in createQuadVertexArray() local
88 const std::array<Vector3, 6> kQuadVertices = {{ variable