Home
last modified time | relevance | path

Searched defs:rgbaMask (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp1757 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/
DPixelRoutine.cpp1748 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/
DBlitter.cpp36 …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()
DPixelProcessor.cpp604 void PixelProcessor::setColorWriteMask(int index, int rgbaMask) in setColorWriteMask()
DRenderer.cpp727 …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/
DDevice.cpp188 void Device::clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask) in clearColor()
DContext.cpp3447 unsigned int rgbaMask = getColorMask(); in clear() local
3476 unsigned int rgbaMask = getColorMask(); in clearColorBuffer() local