Home
last modified time | relevance | path

Searched refs:handleLineLoopIndirectDraw (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.h86 angle::Result handleLineLoopIndirectDraw(const gl::Context *context,
DVertexArrayVk.cpp441 angle::Result VertexArrayVk::handleLineLoopIndirectDraw(const gl::Context *context, in handleLineLoopIndirectDraw() function in rx::VertexArrayVk
DContextVk.cpp1816 ANGLE_TRY(vertexArrayVk->handleLineLoopIndirectDraw(context, indirectBuffer, in setupLineLoopIndirectDraw()