Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1863 angle::Result ContextVk::setupLineLoopDraw(const gl::Context *context, in setupLineLoopDraw() function in rx::ContextVk
4188 ANGLE_TRY(setupLineLoopDraw(context, mode, first, count, gl::DrawElementsType::InvalidEnum, in drawArrays()
4212 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstanced()
4236 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstancedBaseInstance()
4259 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElements()
4281 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsBaseVertex()
4303 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstanced()
4326 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstancedBaseVertex()
4350 ANGLE_TRY(setupLineLoopDraw(context, mode, 0, count, type, indices, &indexCount)); in drawElementsInstancedBaseVertexBaseInstance()
H A DContextVk.h1160 angle::Result setupLineLoopDraw(const gl::Context *context,