Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.cpp254 ANGLE_TRY(stateManager->setPrimitiveRestartIndex(context, primitiveRestartIndex)); in setDrawArraysState()
298 ANGLE_TRY(stateManager->setPrimitiveRestartIndex(context, primitiveRestartIndex)); in setDrawElementsState()
DStateManagerGL.h234 angle::Result setPrimitiveRestartIndex(const gl::Context *context, GLuint index);
DStateManagerGL.cpp1724 angle::Result StateManagerGL::setPrimitiveRestartIndex(const gl::Context *context, GLuint index) in setPrimitiveRestartIndex() function in rx::StateManagerGL