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

  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.cpp 21 bool usingVertexColors = this->hasColorVertexAttribute();
302 if (this->hasColorVertexAttribute()) {
GrRODrawState.h 69 bool hasColorVertexAttribute() const {
GrBitmapTextContext.cpp 112 SkASSERT(!drawState->hasColorVertexAttribute());
124 SkASSERT(!drawState->hasColorVertexAttribute());
142 SkASSERT(drawState->hasColorVertexAttribute());
GrOptDrawState.cpp 173 if (!this->hasColorVertexAttribute()) {
GrDistanceFieldTextContext.cpp 209 SkASSERT(!drawState->hasColorVertexAttribute());
224 SkASSERT(drawState->hasColorVertexAttribute());
GrDrawState.cpp 43 // If the general draw states are equal (from check above) we know hasColorVertexAttribute()
45 if (a.hasColorVertexAttribute()) {
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 105 int coordsIdx = drawState->hasColorVertexAttribute() ? kGlyphCoordsWithColorAttributeIndex :
112 SkASSERT(!drawState->hasColorVertexAttribute());
124 SkASSERT(!drawState->hasColorVertexAttribute());
143 SkASSERT(drawState->hasColorVertexAttribute());
GrDrawState.cpp 206 if (this->hasColorVertexAttribute()) {
GrDrawState.h 139 bool hasColorVertexAttribute() const {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 325 } else if (defaultToUniformInputs && !optState.hasColorVertexAttribute()) {
370 if (optState.hasColorVertexAttribute()) {
GrGLProgram.cpp 147 if (!optState.hasColorVertexAttribute()) {
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 86 bool requiresColorAttrib = !skipColor && drawState.hasColorVertexAttribute();
GrGLProgram.cpp 157 if (!drawState.hasColorVertexAttribute()) {

Completed in 294 milliseconds