Searched defs:ComputeVertexAttributeTypeSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DVertexAttribute.cpp26 size_t ComputeVertexAttributeTypeSize(const VertexAttribute& attrib) function in namespace:gl
52 return attrib.stride ? attrib.stride : ComputeVertexAttributeTypeSize(attrib);

Completed in 82 milliseconds