Searched defs:drawIndexed (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp343 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu, function in class:GrVkCommandBuffer
/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr) function in namespace:glu::__anon3847
516 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices);
556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0);

Completed in 883 milliseconds