Searched refs:setupLineLoopDraw (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 1763 angle::Result ContextVk::setupLineLoopDraw(const gl::Context *context, in setupLineLoopDraw() function in rx::ContextVk 3917 ANGLE_TRY(setupLineLoopDraw(context, mode, first, count, gl::DrawElementsType::InvalidEnum, in drawArrays() 3941 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstanced() 3965 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstancedBaseInstance() 3988 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElements() 4010 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsBaseVertex() 4032 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstanced() 4055 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstancedBaseVertex() 4079 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstancedBaseVertexBaseInstance()
|
D | ContextVk.h | 1058 angle::Result setupLineLoopDraw(const gl::Context *context,
|