Searched refs:quadIndices (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 175 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/ |
D | es3fFragDepthTests.cpp | 144 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()
|
D | es3fShaderApiTests.cpp | 199 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/ |
D | GrMSAAPathRenderer.cpp | 438 uint16_t* quadIndices = (uint16_t*) target->makeIndexSpace(quadIndexOffset, in onPrepareDraws() local 441 memcpy(quadIndices, quads.indices, sizeof(uint16_t) * quadIndexOffset); in onPrepareDraws()
|