Home
last modified time | relevance | path

Searched refs:clearOperation (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.hpp32 : writeMask(0xF), clearOperation(false), filter(filter), useStencil(useStencil), convertSRGB(convertSRGB), clampToEdge(false) {} in Options()
34 : writeMask(writeMask), clearOperation(true), filter(false), useStencil(false), convertSRGB(true), clampToEdge(false) {} in Options()
49 bool clearOperation : 1; member
H A DBlitter.cpp1084 if(state.clearOperation && in ApplyScaleAndClamp()
1218 if(state.clearOperation) in generate()
1245 Float y = state.clearOperation ? RValue<Float>(y0) : y0 + Float(j) * h; in generate()
1250 Float x = state.clearOperation ? RValue<Float>(x0) : x0 + Float(i) * w; in generate()
1393 ASSERT(!options.clearOperation || ((source->getWidth() == 1) && (source->getHeight() == 1) && (source->getDepth() == 1))); in blitReactor()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.hpp45 , clearOperation(false) in Options()
52 , clearOperation(true) in Options()
71 bool clearOperation : 1; member
H A DBlitter.cpp1422 if(state.clearOperation && in ApplyScaleAndClamp()
1715 if(state.clearOperation) in generate()
1733 Float z = state.clearOperation ? RValue<Float>(z0) : z0 + Float(k) * d; in generate()
1738 Float y = state.clearOperation ? RValue<Float>(y0) : y0 + Float(j) * h; in generate()
1743 Float x = state.clearOperation ? RValue<Float>(x0) : x0 + Float(i) * w; in generate()

Completed in 7 milliseconds