/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/deqp/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 161 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 188 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 194 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 225 &vertexArrays[0], glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 316 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 342 &vertexArrays[0], glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 378 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
|
D | glcSampleVariablesTests.cpp | 329 static deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 375 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 456 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 637 static deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 677 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 760 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
|
D | glcShaderMultisampleInterpolationTests.cpp | 345 static deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 405 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 470 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 327 static deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 373 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 454 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 638 static deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 678 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 761 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
|
D | gl4cShaderAtomicCounterOpsTests.cpp | 263 deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in renderQuad() local 271 glu::PrimitiveList primitiveList = glu::pr::Patches(DE_LENGTH_OF_ARRAY(quadIndices), quadIndices); in renderQuad() 351 deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in executeComputeShader() local 361 glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), quadIndices)); in executeComputeShader()
|
D | gl4cShaderBallotTests.cpp | 208 deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in renderQuad() local 216 glu::PrimitiveList primitiveList = glu::pr::Patches(DE_LENGTH_OF_ARRAY(quadIndices), quadIndices); in renderQuad() 292 deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in executeComputeShader() local 302 glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), quadIndices)); in executeComputeShader()
|
D | gl4cShaderViewportLayerArrayTests.cpp | 231 deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in renderQuad() local 251 glu::pr::Patches(DE_LENGTH_OF_ARRAY(quadIndices), quadIndices) : in renderQuad() 252 glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), quadIndices); in renderQuad()
|
D | gl4cShaderGroupVoteTests.cpp | 144 deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in execute() local 154 glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), quadIndices)); in execute()
|
D | gl4cTextureFilterMinmaxTests.cpp | 167 deUint16 const quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in renderQuad() local 198 glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), quadIndices)); in renderQuad()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cSeparateShaderObjsTests.cpp | 2235 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 2242 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 2265 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(quadIndices), quadIndices, GL_STATIC_DRAW); in iterate() 2284 gl.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, NULL); in iterate() 2300 gl.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, NULL); in iterate() 2308 gl.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, NULL); in iterate() 2314 gl.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, NULL); in iterate() 2320 gl.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, NULL); in iterate() 2329 gl.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, NULL); in iterate() 2356 gl.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, NULL); in iterate() [all …]
|
D | es31cSampleShadingTests.cpp | 281 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in iterate() local 325 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate() 388 &vertexArrays[0], glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in iterate()
|
D | es31cLayoutBindingTests.cpp | 1266 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 }; in drawTest() local 1276 glu::pr::TriangleStrip(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0])); in drawTest()
|
/external/skia/src/gpu/ops/ |
D | GrMSAAPathRenderer.cpp | 459 uint16_t* quadIndices = (uint16_t*) target->makeIndexSpace(quadIndexOffset, in onPrepareDraws() local 462 memcpy(quadIndices, quads.indices, sizeof(uint16_t) * quadIndexOffset); in onPrepareDraws()
|
/external/skqp/src/gpu/ops/ |
D | GrMSAAPathRenderer.cpp | 459 uint16_t* quadIndices = (uint16_t*) target->makeIndexSpace(quadIndexOffset, in onPrepareDraws() local 462 memcpy(quadIndices, quads.indices, sizeof(uint16_t) * quadIndexOffset); in onPrepareDraws()
|