Searched refs:setupLineLoopDraw (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | ContextVk.cpp | 1204 angle::Result ContextVk::setupLineLoopDraw(const gl::Context *context, in setupLineLoopDraw() function in rx::ContextVk 2666 ANGLE_TRY(setupLineLoopDraw(context, mode, first, count, gl::DrawElementsType::InvalidEnum, in drawArrays() 2690 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstanced() 2714 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstancedBaseInstance() 2737 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElements() 2759 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsBaseVertex() 2781 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstanced() 2804 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstancedBaseVertex() 2828 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstancedBaseVertexBaseInstance()
|
| D | ContextVk.h | 818 angle::Result setupLineLoopDraw(const gl::Context *context,
|