Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DANGLETest.cpp121 constexpr std::array<GLushort, 6> kIndexedQuadIndices = {{0, 1, 2, 0, 2, 3}}; variable
393 return kIndexedQuadIndices; in GetQuadIndices()
832 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(kIndexedQuadIndices), kIndexedQuadIndices.data(), in setupIndexedQuadIndexBuffer()
1055 indices = kIndexedQuadIndices.data(); in drawIndexedQuad()