HomeSort by relevance Sort by last modified time
    Searched refs:quadIndices (Results 1 - 6 of 6) sorted by null

  /frameworks/native/opengl/tests/tritex/
tritex.cpp 247 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
250 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices));
252 memcpy(indices+(sizeof(quadIndices)/sizeof(indices[0]))*i, quadIndices, sizeof(quadIndices));
270 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]);
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 175 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 };
198 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]);
201 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]);
221 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]);
325 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 };
341 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0])
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 144 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 };
178 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
184 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
227 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
317 static const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 };
355 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]))
    [all...]
es3fShaderApiTests.cpp 199 const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 };
208 glu::draw(renderCtx, program, DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0], glu::pr::Triangles(DE_LENGTH_OF_ARRAY(quadIndices), &quadIndices[0]));
    [all...]
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 165 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
169 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]);
177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);
  /external/skia/src/gpu/ops/
GrMSAAPathRenderer.cpp 453 uint16_t* quadIndices = (uint16_t*) target->makeIndexSpace(quadIndexOffset,
456 memcpy(quadIndices, quads.indices, sizeof(uint16_t) * quadIndexOffset);

Completed in 132 milliseconds