Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DContextGL.cpp194 ANGLE_INLINE angle::Result ContextGL::setDrawArraysState(const gl::Context *context, in setDrawArraysState() function in rx::ContextGL
279 ANGLE_TRY(setDrawArraysState(context, first, count, instanceCount)); in drawArrays()
304 ANGLE_TRY(setDrawArraysState(context, first, count, adjustedInstanceCount)); in drawArraysInstanced()
400 ANGLE_TRY(setDrawArraysState(context, first, count, adjustedInstanceCount)); in drawArraysInstancedBaseInstance()
DContextGL.h228 angle::Result setDrawArraysState(const gl::Context *context,