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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTypesPriv.h71 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors enumerator in enum:GrVertexAttribType
73 kLast_GrVertexAttribType = kVec4ub_GrVertexAttribType
89 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);
103 4*sizeof(char) // kVec4ub_GrVertexAttribType
111 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);
/external/skia/include/gpu/
H A DGrTypesPriv.h71 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors enumerator in enum:GrVertexAttribType
73 kLast_GrVertexAttribType = kVec4ub_GrVertexAttribType
89 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);
103 4*sizeof(char) // kVec4ub_GrVertexAttribType
111 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);

Completed in 387 milliseconds