Searched refs:setupLineLoopDraw (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 1094 angle::Result ContextVk::setupLineLoopDraw(const gl::Context *context, in setupLineLoopDraw() function in rx::ContextVk 2542 ANGLE_TRY(setupLineLoopDraw(context, mode, first, count, gl::DrawElementsType::InvalidEnum, in drawArrays() 2566 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstanced() 2590 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstancedBaseInstance() 2613 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElements() 2635 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsBaseVertex() 2657 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstanced() 2680 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstancedBaseVertex() 2704 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstancedBaseVertexBaseInstance()
|
D | ContextVk.h | 777 angle::Result setupLineLoopDraw(const gl::Context *context,
|