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

  /external/skia/src/gpu/glsl/
GrGLSLCaps.h 59 bool noperspectiveInterpolationSupport() const { return fNoPerspectiveInterpolationSupport; }
117 SkASSERT(this->noperspectiveInterpolationSupport());
GrGLSLVarying.cpp 95 if (!caps.noperspectiveInterpolationSupport()) {
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 299 if (glslCaps->noperspectiveInterpolationSupport()) {
323 if (glslCaps->noperspectiveInterpolationSupport()) {
    [all...]

Completed in 95 milliseconds