Searched refs:drawIndexed (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, Inde… in drawIndexed() function 516 …drawIndexed(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/ |
D | GrVkCommandBuffer.h | 146 void drawIndexed(const GrVkGpu* gpu,
|
D | GrVkCommandBuffer.cpp | 343 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu, in drawIndexed() function in GrVkCommandBuffer
|
D | GrVkGpu.cpp | 1238 fCurrentCmdBuffer->drawIndexed(this, in onDraw()
|