Home
last modified time | relevance | path

Searched defs:isRGBA (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/codec/
DSkCodecPriv.h232 bool isRGBA = is_rgba(colorType); in choose_pack_color_proc() local
/third_party/skia/src/codec/
DSkCodecPriv.h240 bool isRGBA = is_rgba(colorType); in choose_pack_color_proc() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.cpp1444 bool isRGBA = options.writeMask == 0xF; in blitReactor() local
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp268 bool isRGBA = format.order == TextureFormat::RGBA; in writeImage() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboRenderTest.cpp1568 bool isRGBA = getConfig().colorbufferFormat == GL_RGBA; in render() local
1634 bool isRGBA = getConfig().colorbufferFormat == GL_RGBA; in render() local
/third_party/vk-gl-cts/framework/opengl/
DgluTexture.cpp232 …bool isRGBA = level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureForm… in create() local