HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentVertexArray (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 806 getCurrentVertexArray()->enableAttribute(attribNum, enabled);
811 return getCurrentVertexArray()->getVertexAttribute(attribNum);
823 getCurrentVertexArray()->setAttributeState(attribNum, boundBuffer, size, type, normalized, pureInteger, stride, pointer);
828 return getCurrentVertexArray()->getVertexAttribute(attribNum).mPointer;
    [all...]
Context.h 363 VertexArray *getCurrentVertexArray() const;

Completed in 31 milliseconds