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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.h 98 UINT lookupAttribute(const VertexAttribute &attribute); // Returns the offset into the vertex buffer, or -1 if not found
VertexDataManager.cpp 129 else if (!staticBuffer || staticBuffer->lookupAttribute(attribs[i]) == -1)
156 if (staticBuffer->lookupAttribute(attribs[j]) == -1)
215 streamOffset = staticBuffer->lookupAttribute(attribs[i]);
749 UINT StaticVertexBuffer::lookupAttribute(const VertexAttribute &attribute)

Completed in 33 milliseconds