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

  /external/skia/include/gpu/
GrShaderCaps.h 81 bool halfIs32Bits() const { return fHalfIs32Bits; }
  /external/skia/tests/
ApplyGammaTest.cpp 123 float error = context->caps()->shaderCaps()->halfIs32Bits() ? 0.5f : 1.2f;
SRGBReadWritePixelsTest.cpp 267 float error = context->caps()->shaderCaps()->halfIs32Bits() ? 0.5f : 1.2f;
271 float smallError = context->caps()->shaderCaps()->halfIs32Bits() ? 0.0f : 1.f;
  /external/skqp/include/gpu/
GrShaderCaps.h 89 bool halfIs32Bits() const { return fHalfIs32Bits; }
  /external/skqp/tests/
ApplyGammaTest.cpp 108 float error = context->caps()->shaderCaps()->halfIs32Bits() ? 0.5f : 1.2f;
SRGBReadWritePixelsTest.cpp 187 float error = context->caps()->shaderCaps()->halfIs32Bits() ? 0.5f : 1.2f;
194 float smallError = context->caps()->shaderCaps()->halfIs32Bits() ? 0.0f : 1.f;

Completed in 387 milliseconds