Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp175 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local
198 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate()
201 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate()
221 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate()
325 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local
341 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate()
367 … glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate()
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp144 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local
178 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
184 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
227 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
317 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local
355 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
393 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
Des3fShaderApiTests.cpp199 const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in drawWithProgram() local
208 …exArrays), &vertexArrays[0], glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in drawWithProgram()
/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.cpp438 uint16_t* quadIndices = (uint16_t*) target->makeIndexSpace(quadIndexOffset, in onPrepareDraws() local
441 memcpy(quadIndices, quads.indices, sizeof(uint16_t) * quadIndexOffset); in onPrepareDraws()