Home
last modified time | relevance | path

Searched refs:setupDraw (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.h49 angle::Result setupDraw(const gl::Context *glContext,
DContextMtl.mm294 ANGLE_TRY(setupDraw(context, gl::PrimitiveMode::TriangleFan, first, count, instances,
325 ANGLE_TRY(setupDraw(context, gl::PrimitiveMode::TriangleFan, first, count, instances,
388 ANGLE_TRY(setupDraw(context, gl::PrimitiveMode::LineLoop, first, count, instances,
424 ANGLE_TRY(setupDraw(context, mode, first, count, instances, gl::DrawElementsType::InvalidEnum, \
495 ANGLE_TRY(setupDraw(context, gl::PrimitiveMode::TriangleFan, 0, count, instances, type,
552 ANGLE_TRY(setupDraw(context, gl::PrimitiveMode::LineLoop, 0, count, instances, type,
599 ANGLE_TRY(setupDraw(context, mode, 0, count, instances, type, indices, false));
1907 angle::Result ContextMtl::setupDraw(const gl::Context *context,
2046 ANGLE_TRY(mProgram->setupDraw(context, &mRenderEncoder, mRenderPipelineDesc,
2279 ANGLE_TRY(mVertexArray->setupDraw(context, &mRenderEncoder, &rppChange,
DProgramMtl.h148 angle::Result setupDraw(const gl::Context *glContext,
DContextMtl.h367 angle::Result setupDraw(const gl::Context *context,
DVertexArrayMtl.mm348 angle::Result VertexArrayMtl::setupDraw(const gl::Context *glContext,
647 // Use default attribute value. Handled in setupDraw().
DProgramMtl.mm1156 angle::Result ProgramMtl::setupDraw(const gl::Context *glContext,
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp847 angle::Result ContextVk::setupDraw(const gl::Context *context, in setupDraw() function in rx::ContextVk
988 return setupDraw(context, mode, 0, indexCount, instanceCount, indexType, indices, in setupIndexedDraw()
1009 ANGLE_TRY(setupDraw(context, mode, firstVertex, vertexCount, instanceCount, in setupIndirectDraw()
1109 return setupDraw(context, mode, firstVertex, vertexOrIndexCount, 1, indexTypeOrInvalid, indices, in setupLineLoopDraw()
2548 ANGLE_TRY(setupDraw(context, mode, first, count, 1, gl::DrawElementsType::InvalidEnum, in drawArrays()
2572 ANGLE_TRY(setupDraw(context, mode, first, count, instances, gl::DrawElementsType::InvalidEnum, in drawArraysInstanced()
2597 ANGLE_TRY(setupDraw(context, mode, first, count, instances, gl::DrawElementsType::InvalidEnum, in drawArraysInstancedBaseInstance()
DContextVk.h737 angle::Result setupDraw(const gl::Context *context,