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

  /external/deqp/framework/opengl/
gluDrawUtil.cpp 485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr)
516 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices);
556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0);
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.h 92 void drawIndexed(const GrVkGpu* gpu,
GrVkGpuCommandBuffer.cpp 645 cbInfo.currentCmdBuf()->drawIndexed(fGpu, indexCount, instanceCount,
GrVkCommandBuffer.cpp 266 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu,
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 78 milliseconds