Searched refs:setupLineLoopDraw (Results 1 – 2 of 2) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
| D | ContextVk.cpp | 1129 angle::Result ContextVk::setupLineLoopDraw(const gl::Context *context, in setupLineLoopDraw() function in rx::ContextVk 1896 ANGLE_TRY(setupLineLoopDraw(context, mode, first, count, gl::DrawElementsType::InvalidEnum, in drawArrays() 1922 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstanced() 1948 ANGLE_TRY(setupLineLoopDraw(context, mode, first, clampedVertexCount, in drawArraysInstancedBaseInstance() 1974 setupLineLoopDraw(context, mode, 0, count, type, indices, &commandBuffer, &indexCount)); in drawElements() 1998 setupLineLoopDraw(context, mode, 0, count, type, indices, &commandBuffer, &indexCount)); in drawElementsBaseVertex() 2023 setupLineLoopDraw(context, mode, 0, count, type, indices, &commandBuffer, &indexCount)); in drawElementsInstanced() 2049 setupLineLoopDraw(context, mode, 0, count, type, indices, &commandBuffer, &indexCount)); in drawElementsInstancedBaseVertex() 2076 setupLineLoopDraw(context, mode, 0, count, type, indices, &commandBuffer, &indexCount)); in drawElementsInstancedBaseVertexBaseInstance()
|
| D | ContextVk.h | 663 angle::Result setupLineLoopDraw(const gl::Context *context,
|