Searched refs:getQuadVertices (Results 1 – 2 of 2) sorted by relevance
42 constexpr std::array<std::array<GLfloat, 3>, 4> getQuadVertices(uint32_t x, uint32_t y) in getQuadVertices() function210 const auto vs = getQuadVertices(x, y); in SetupBuffers()
43 constexpr std::array<std::array<GLfloat, 3>, 4> getQuadVertices(uint32_t x, uint32_t y) in getQuadVertices() function121 const auto vs = getQuadVertices(0, y); in DrawBaseVertexBaseInstanceTest()