Searched defs:rgbaMask (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 1757 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() local 2446 UInt2 rgbaMask; in writeColor() local 2495 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() local 2589 UInt4 rgbaMask; in writeColor() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 1748 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() local 2826 UInt2 rgbaMask; in writeColor() local 2861 UInt2 rgbaMask; in writeColor() local 2910 UInt2 rgbaMask = As<UInt2>(Int2(tmpMask, tmpMask)); in writeColor() local 3001 UInt4 rgbaMask; in writeColor() local 3071 UInt4 rgbaMask; in writeColor() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Blitter.cpp | 36 …clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in clear() 49 …Clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in fastClear()
|
D | PixelProcessor.cpp | 604 void PixelProcessor::setColorWriteMask(int index, int rgbaMask) in setColorWriteMask()
|
D | Renderer.cpp | 727 …rer::clear(void *value, Format format, Surface *dest, const Rect &clearRect, unsigned int rgbaMask) in clear()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.cpp | 188 void Device::clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask) in clearColor()
|
D | Context.cpp | 3447 unsigned int rgbaMask = getColorMask(); in clear() local 3476 unsigned int rgbaMask = getColorMask(); in clearColorBuffer() local
|