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

  /frameworks/base/libs/rs/driver/
rsdVertexArray.cpp 32 mAttribs = attribs;
72 mAttribs[idx].name.string(),
73 mAttribs[idx].buffer,
74 mAttribs[idx].ptr,
75 mAttribs[idx].size,
76 mAttribs[idx].type,
77 mAttribs[idx].stride,
78 mAttribs[idx].normalized,
79 mAttribs[idx].offset);
100 int32_t slot = sc->vtxAttribSlot(mAttribs[ct].name)
    [all...]
rsdMeshObj.cpp 35 mAttribs = NULL;
43 if (mAttribs) {
44 delete[] mAttribs;
91 if (mAttribs) {
92 delete [] mAttribs;
94 mAttribs = NULL;
101 mAttribs = new RsdVertexArray::Attrib[mAttribCount];
115 mAttribs[userNum].size = c.getVectorSize();
116 mAttribs[userNum].offset = elem->getFieldOffsetBytes(fieldI);
117 mAttribs[userNum].type = rsdTypeToGLType(c.getType())
    [all...]
rsdMeshObj.h 52 RsdVertexArray::Attrib *mAttribs;
rsdVertexArray.h 61 const Attrib *mAttribs;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
VariableInfo.h 35 TVariableInfoList& mAttribs;
VariableInfo.cpp 133 : mAttribs(attribs),
178 mAttribs : mUniforms;

Completed in 67 milliseconds