Home
last modified time | relevance | path

Searched refs:isPrimitiveRestartFixedIndexEnabled (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h487 bool isPrimitiveRestartFixedIndexEnabled() const;
H A DContext.cpp646 bool Context::isPrimitiveRestartFixedIndexEnabled() const in isPrimitiveRestartFixedIndexEnabled() function in es2::Context
3108 …VertexArray()->getElementArrayBuffer(), indices, indexInfo, isPrimitiveRestartFixedIndexEnabled()); in applyIndexBuffer()
3654 if(isPrimitiveRestartFixedIndexEnabled()) in drawElements()
H A DlibGLESv2.cpp3832 case GL_PRIMITIVE_RESTART_FIXED_INDEX: return context->isPrimitiveRestartFixedIndexEnabled(); in IsEnabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h457 bool isPrimitiveRestartFixedIndexEnabled() const;
H A DContext.cpp646 bool Context::isPrimitiveRestartFixedIndexEnabled() const in isPrimitiveRestartFixedIndexEnabled() function in es2::Context
3108 …VertexArray()->getElementArrayBuffer(), indices, indexInfo, isPrimitiveRestartFixedIndexEnabled()); in applyIndexBuffer()
3654 if(isPrimitiveRestartFixedIndexEnabled()) in drawElements()
H A DlibGLESv2.cpp3832 case GL_PRIMITIVE_RESTART_FIXED_INDEX: return context->isPrimitiveRestartFixedIndexEnabled(); in IsEnabled()