/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Blitter.hpp | 98 void clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask); 103 bool fastClear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask);
|
H A D | Blitter.cpp | 36 void Blitter::clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in clear() argument 38 if(fastClear(pixel, format, dest, dRect, rgbaMask)) in clear() 45 blit(color, sRect, dest, dRect, {rgbaMask}); in clear() 49 bool Blitter::fastClear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in fastClear() argument 67 if((rgbaMask & 0x7) != 0x7) return false; in fastClear() 73 if((rgbaMask & 0x7) != 0x7) return false; in fastClear() 80 if((rgbaMask & 0xF) != 0xF) return false; in fastClear() 87 if((rgbaMask & 0x7) != 0x7) return false; in fastClear() 94 if((rgbaMask & 0xF) != 0xF) return false; in fastClear()
|
H A D | PixelProcessor.hpp | 259 void setColorWriteMask(int index, int rgbaMask);
|
H A D | Renderer.hpp | 283 void clear(void *value, Format format, Surface *dest, const Rect &rect, unsigned int rgbaMask);
|
H A D | PixelProcessor.cpp | 604 void PixelProcessor::setColorWriteMask(int index, int rgbaMask) in setColorWriteMask() argument 606 context->setColorWriteMask(index, rgbaMask); in setColorWriteMask()
|
H A D | Renderer.cpp | 727 void Renderer::clear(void *value, Format format, Surface *dest, const Rect &clearRect, unsigned int rgbaMask) in clear() argument 729 blitter->clear(value, format, dest, clearRect, rgbaMask); in clear()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.hpp | 58 void clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask);
|
H A D | Device.cpp | 188 void Device::clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask) in clearColor() argument 190 if(!rgbaMask) in clearColor() 212 clear(rgba, FORMAT_A32B32G32R32F, renderTarget[i], clearRect, rgbaMask); in clearColor()
|
H A D | Context.cpp | 3447 unsigned int rgbaMask = getColorMask(); in clear() local 3449 if(rgbaMask != 0) in clear() 3451 device->clearColor(mState.colorClearValue.red, mState.colorClearValue.green, mState.colorClearValue.blue, mState.colorClearValue.alpha, rgbaMask); in clear() 3476 unsigned int rgbaMask = getColorMask(); in clearColorBuffer() local 3477 if(rgbaMask && !mState.rasterizerDiscardEnabled) in clearColorBuffer() 3495 device->clear(value, format, colorbuffer, clearRect, rgbaMask); in clearColorBuffer()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 1748 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() local 1749 mergedMask &= rgbaMask; in writeColor() 2826 UInt2 rgbaMask; in writeColor() local 2836 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() 2837 mergedMask &= rgbaMask; in writeColor() 2849 mergedMask &= rgbaMask; in writeColor() 2861 UInt2 rgbaMask; in writeColor() local 2868 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() 2869 mergedMask &= rgbaMask; in writeColor() 2880 mergedMask &= rgbaMask; in writeColor() 2910 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); writeColor() local 3001 UInt4 rgbaMask; writeColor() local 3071 UInt4 rgbaMask; writeColor() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelRoutine.cpp | 1757 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() local 1758 mergedMask &= rgbaMask; in writeColor() 2446 UInt2 rgbaMask; in writeColor() local 2453 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() 2454 mergedMask &= rgbaMask; in writeColor() 2465 mergedMask &= rgbaMask; in writeColor() 2495 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() local 2496 mergedMask &= rgbaMask; in writeColor() 2589 UInt4 rgbaMask; in writeColor() local 2596 rgbaMask in writeColor() [all...] |