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

  /external/chromium_org/third_party/angle/src/libGLESv2/
VertexArray.h 35 const VertexAttribute& getVertexAttribute(unsigned int attributeIndex) const;
VertexArray.cpp 46 const VertexAttribute& VertexArray::getVertexAttribute(unsigned int attributeIndex) const
Context.cpp 811 return getCurrentVertexArray()->getVertexAttribute(attribNum);
828 return getCurrentVertexArray()->getVertexAttribute(attribNum).mPointer;
    [all...]

Completed in 214 milliseconds