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

  /external/chromium_org/third_party/skia/include/gpu/
GrProcessorStage.h 142 int combinedTypes = type0 | type1;
143 if (SkMatrix::kPerspective_Mask & combinedTypes) {
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 176 int combinedTypes = type0 | type1;
180 if (SkMatrix::kPerspective_Mask & combinedTypes) {
182 } else if (((SkMatrix::kAffine_Mask | SkMatrix::kScale_Mask) & combinedTypes) || reverseY) {
184 } else if (SkMatrix::kTranslate_Mask & combinedTypes) {

Completed in 61 milliseconds