Home
last modified time | relevance | path

Searched refs:setupIndexedDraw (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp926 angle::Result ContextVk::setupIndexedDraw(const gl::Context *context, in setupIndexedDraw() function in rx::ContextVk
2618 ANGLE_TRY(setupIndexedDraw(context, mode, count, 1, type, indices)); in drawElements()
2640 ANGLE_TRY(setupIndexedDraw(context, mode, count, 1, type, indices)); in drawElementsBaseVertex()
2662 ANGLE_TRY(setupIndexedDraw(context, mode, count, instances, type, indices)); in drawElementsInstanced()
2685 ANGLE_TRY(setupIndexedDraw(context, mode, count, instances, type, indices)); in drawElementsInstancedBaseVertex()
2710 ANGLE_TRY(setupIndexedDraw(context, mode, count, instances, type, indices)); in drawElementsInstancedBaseVertexBaseInstance()
DContextVk.h746 angle::Result setupIndexedDraw(const gl::Context *context,