Home
last modified time | relevance | path

Searched refs:supports32bitIndices (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DIndexDataManager.cpp30 if (context->supports32bitIndices()) in IndexDataManager()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h429 bool supports32bitIndices() const;
DContext.cpp2762 if (supports32bitIndices()) in drawClosingLine()
3024 bool Context::supports32bitIndices() const in supports32bitIndices() function in gl::Context
3261 if (supports32bitIndices()) in initExtensionString()
DlibGLESv2.cpp1772 if (!context->supports32bitIndices()) in glDrawElements()
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog434 (gl::Context::supports32bitIndices):