Home
last modified time | relevance | path

Searched refs:getColorMask (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuSurfaceAccess.cpp30 , m_colorMask (getColorMask(colorFmt)) in SurfaceAccess()
40 , m_colorMask (getColorMask(colorFmt)) in SurfaceAccess()
DtcuSurfaceAccess.hpp34 inline deUint8 getColorMask (const tcu::PixelFormat& format) in getColorMask() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h475 unsigned int getColorMask() const;
DContext.cpp728 unsigned int Context::getColorMask() const in getColorMask() function in es2::Context
3447 unsigned int rgbaMask = getColorMask(); in clear()
3476 unsigned int rgbaMask = getColorMask(); in clearColorBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.h831 gl::DrawBufferMask getColorMask() const;
DFramebufferVk.cpp2321 for (size_t colorIndexGL : mDeferredClears.getColorMask()) in redeferClears()
2356 for (size_t colorIndexGL : mDeferredClears.getColorMask()) in clearWithCommand()
Dvk_utils.cpp953 gl::DrawBufferMask ClearValuesArray::getColorMask() const in getColorMask() function in rx::vk::ClearValuesArray
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1116 const deUint8 fbColormask = tcu::getColorMask(pixelFormat); in verifyTextureGatherResult()
1184 const deUint8 fbColormask = tcu::getColorMask(pixelFormat); in verifyTextureGatherCmpResult()