Home
last modified time | relevance | path

Searched refs:enabledState (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.cpp61 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState) in enableAttribute() argument
64 mVertexAttributes[attributeIndex].mArrayEnabled = enabledState; in enableAttribute()
DVertexArray.h39 void enableAttribute(unsigned int attributeIndex, bool enabledState);