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

  /external/skia/src/gpu/
GrDrawTargetCaps.h 24 struct PrecisionInfo {
25 PrecisionInfo() {
34 bool operator==(const PrecisionInfo& that) const {
38 bool operator!=(const PrecisionInfo& that) const { return !(*this == that); }
79 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType,
99 PrecisionInfo fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount];
GrCoordTransform.cpp 33 const GrShaderCaps::PrecisionInfo* info;
  /external/skia/src/gpu/gl/
GrGLCaps.cpp     [all...]

Completed in 233 milliseconds