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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTypesPriv.h73 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors enumerator in enum:GrVertexAttribType
75 kLast_GrVertexAttribType = kVec4ub_GrVertexAttribType
91 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);
105 4*sizeof(char) // kVec4ub_GrVertexAttribType
113 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);
/external/skia/include/gpu/
H A DGrTypesPriv.h73 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors enumerator in enum:GrVertexAttribType
75 kLast_GrVertexAttribType = kVec4ub_GrVertexAttribType
91 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);
105 4*sizeof(char) // kVec4ub_GrVertexAttribType
113 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);

Completed in 78 milliseconds