Home
last modified time | relevance | path

Searched refs:enableAttribute (Results 1 – 6 of 6) 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.cpp836 getCurrentVertexArray()->enableAttribute(attribNum, enabled); in setVertexAttribArrayEnabled()
/external/angle/src/libANGLE/
DVertexArray.h197 void enableAttribute(size_t attribIndex, bool enabledState);
DVertexArray.cpp461 void VertexArray::enableAttribute(size_t attribIndex, bool enabledState) in enableAttribute() function in gl::VertexArray
DState.cpp2158 getVertexArray()->enableAttribute(attribNum, enabled); in setEnableVertexAttribArray()