Searched refs:setDrawArraysState (Results 1 – 2 of 2) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | ContextGL.cpp | 194 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()
|
D | ContextGL.h | 228 angle::Result setDrawArraysState(const gl::Context *context,
|