Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDrawUtil.cpp485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, Inde… in drawIndexed() function
516drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices); in drawFromUserPointers()
556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0); in drawFromBuffers()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h146 void drawIndexed(const GrVkGpu* gpu,
DGrVkCommandBuffer.cpp343 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu, in drawIndexed() function in GrVkCommandBuffer
DGrVkGpu.cpp1238 fCurrentCmdBuffer->drawIndexed(this, in onDraw()