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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.h 71 return caps().fragmentInputGenSupport ?
105 bool fragmentInputGenSupport : 1;
GrGLPathRendering.cpp 59 fCaps.fragmentInputGenSupport =
65 if (!fCaps.fragmentInputGenSupport) {
84 if (!caps().fragmentInputGenSupport) {
372 SkASSERT(caps().fragmentInputGenSupport);

Completed in 303 milliseconds