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

  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 71 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors
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/
GrTypesPriv.h 71 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors
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/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.h 35 {4, GR_GL_UNSIGNED_BYTE, true}, // kVec4ub_GrVertexAttribType
41 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);
  /external/skia/src/gpu/gl/
GrGLVertexArray.h 35 {4, GR_GL_UNSIGNED_BYTE, true}, // kVec4ub_GrVertexAttribType
41 GR_STATIC_ASSERT(4 == kVec4ub_GrVertexAttribType);
  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 263 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kCoverage_GrVertexAttribBinding},
268 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kColor_GrVertexAttribBinding},
GrContext.cpp 863 {kVec4ub_GrVertexAttribType, 2*sizeof(GrPoint), kColor_GrVertexAttribBinding}
868 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kColor_GrVertexAttribBinding},
    [all...]
GrInOrderDrawBuffer.cpp 81 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kColor_GrVertexAttribBinding},
GrAAHairLinePathRenderer.cpp     [all...]
  /external/skia/src/gpu/
GrAARectRenderer.cpp 263 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kCoverage_GrVertexAttribBinding},
268 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kColor_GrVertexAttribBinding},
GrContext.cpp 863 {kVec4ub_GrVertexAttribType, 2*sizeof(GrPoint), kColor_GrVertexAttribBinding}
868 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kColor_GrVertexAttribBinding},
    [all...]
GrInOrderDrawBuffer.cpp 81 {kVec4ub_GrVertexAttribType, sizeof(GrPoint), kColor_GrVertexAttribBinding},
GrAAHairLinePathRenderer.cpp     [all...]

Completed in 202 milliseconds