Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.h39 void enableAttribute(unsigned int attributeIndex, bool enabledState);
DVertexArray.cpp61 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState) in enableAttribute() function in es2::VertexArray
DContext.cpp826 getCurrentVertexArray()->enableAttribute(attribNum, enabled); in setVertexAttribArrayEnabled()