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

  /frameworks/base/libs/rs/
rsVertexArray.h 37 class Attrib {
48 Attrib();
49 void set(const Attrib &);
56 void addUser(const Attrib &, uint32_t stride);
68 Attrib mAttribs[RS_MAX_ATTRIBS];
77 //VertexArray::Attrib mAttribs[VertexArray::_LAST];
rsType.h 116 VertexArray::Attrib mUser[RS_MAX_ATTRIBS];
117 VertexArray::Attrib mVtx;
118 VertexArray::Attrib mNorm;
119 VertexArray::Attrib mColor;
120 VertexArray::Attrib mTex;
121 VertexArray::Attrib mPointSize;
rsVertexArray.cpp 45 VertexArray::Attrib::Attrib()
50 void VertexArray::Attrib::set(const Attrib &a)
62 void VertexArray::Attrib::clear()
78 void VertexArray::addUser(const Attrib &a, uint32_t stride)

Completed in 2714 milliseconds