Searched refs:kQuadVertices (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | FullScreenQuad.vert | 10 const vec2 kQuadVertices[] = { 18 gl_Position = vec4(kQuadVertices[gl_VertexIndex], 0, 1);
|
/external/angle/src/tests/gl_tests/ |
D | InstancingTest.cpp | 156 vertices = kQuadVertices; in runTest() 264 static constexpr GLfloat kQuadVertices[] = { member in InstancingTest 323 constexpr GLfloat InstancingTest::kQuadVertices[]; member in InstancingTest 643 glBufferData(GL_ARRAY_BUFFER, sizeof(kQuadVertices), kQuadVertices, GL_STATIC_DRAW); in TEST_P() 663 glBindVertexBuffer(positionBinding, quadBuffer, 0, 2 * sizeof(kQuadVertices[0])); in TEST_P() 685 glBindVertexBuffer(positionLoc, quadBuffer, 0, 2 * sizeof(kQuadVertices[0])); in TEST_P()
|
D | MultiviewDrawTest.cpp | 1257 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()
|
D | MemoryBarrierTest.cpp | 575 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()
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/gen/ |
D | FullScreenQuad.vert.00000000.inc | 43 // const vec2 kQuadVertices[]= { 51 // gl_Position = vec4(kQuadVertices[gl_VertexIndex], 0, 1);
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.cpp | 105 const std::array<Vector3, 6> kQuadVertices = {{ variable 387 return kQuadVertices; in GetQuadVertices()
|