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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 76 bool hasGeometryProcessor() const {
211 fBaseIndex = desc->hasGeometryProcessor() ? 1 : 0;
214 fBaseIndex = desc->numColorEffects() + (desc->hasGeometryProcessor() ? 1 : 0);
  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.h 135 (this->hasGeometryProcessor() ? 1 : 0);
138 bool hasGeometryProcessor() const { return SkToBool(fGeometryProcessor.get()); }

Completed in 663 milliseconds