Searched refs:isPrimitiveRestartFixedIndexEnabled (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h485 bool isPrimitiveRestartFixedIndexEnabled() const;
H A DContext.cpp645 bool Context::isPrimitiveRestartFixedIndexEnabled() const function in class:es2::Context
3070 GLenum err = mIndexDataManager->prepareIndexData(mode, type, start, end, count, getCurrentVertexArray()->getElementArrayBuffer(), indices, indexInfo, isPrimitiveRestartFixedIndexEnabled());
3605 if(isPrimitiveRestartFixedIndexEnabled())
H A DlibGLESv2.cpp4229 return context->isPrimitiveRestartFixedIndexEnabled();

Completed in 133 milliseconds