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

  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 73 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors
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/
GrTypesPriv.h 73 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors
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 31 milliseconds