Home
last modified time | relevance | path

Searched refs:halfIs32Bits (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DSRGBReadWritePixelsTest.cpp245 float error = context->priv().caps()->shaderCaps()->halfIs32Bits() ? 0.5f : 1.2f; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
249 float smallError = context->priv().caps()->shaderCaps()->halfIs32Bits() ? 0.0f : 1.f; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DApplyGammaTest.cpp117 float error = context->priv().caps()->shaderCaps()->halfIs32Bits() ? 0.5f : 1.2f; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/
DGrShaderCaps.h94 bool halfIs32Bits() const { return fHalfIs32Bits; } in halfIs32Bits() function