Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h554 bool isVertexArrayEnabled() const;
DContext.cpp3379 bool Context::isVertexArrayEnabled() const in isVertexArrayEnabled() function in es1::Context
DlibGLES_CM.cpp2511 case GL_VERTEX_ARRAY: return context->isVertexArrayEnabled(); break; in IsEnabled()