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

  /external/skia/include/gpu/
GrCaps.h 83 bool floatPrecisionVaries() const { return fShaderPrecisionVaries; }
115 bool fShaderPrecisionVaries;
  /external/skia/src/gpu/
GrCaps.cpp 19 fShaderPrecisionVaries = false;
56 r.appendf("Shader Float Precisions (varies: %s):\n", gNY[fShaderPrecisionVaries]);
  /external/skia/src/gpu/gl/
GrGLCaps.cpp     [all...]

Completed in 58 milliseconds