Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DMtlBackendAllocationTest.mm165 auto swizzledColor = swizzle.applyTo(color);
166 return dContext->createBackendTexture(32, 32, format, swizzledColor,
H A DBackendAllocationTest.cpp871 auto swizzledColor = swizzle.applyTo(color); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
873 32, 32, format, swizzledColor, mipMapped, renderable, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
1037 auto swizzledColor = swizzle.applyTo(color); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
1039 swizzledColor, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp509 SkColor4f swizzledColor = this->caps()->getOutputSwizzle(format, grColorType).applyTo(color); in createBackendTexture() local
511 return this->createBackendTexture(width, height, format, swizzledColor, mipMapped, renderable, in createBackendTexture()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp509 SkColor4f swizzledColor = this->caps()->getOutputSwizzle(format, grColorType).applyTo(color); in createBackendTexture() local
511 return this->createBackendTexture(width, height, format, swizzledColor, mipMapped, renderable, in createBackendTexture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp509 SkColor4f swizzledColor = this->caps()->getOutputSwizzle(format, grColorType).applyTo(color); in createBackendTexture() local
511 return this->createBackendTexture(width, height, format, swizzledColor, mipMapped, renderable, in createBackendTexture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp509 SkColor4f swizzledColor = this->caps()->getOutputSwizzle(format, grColorType).applyTo(color); in createBackendTexture() local
511 return this->createBackendTexture(width, height, format, swizzledColor, mipMapped, renderable, in createBackendTexture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrContext.cpp520 SkColor4f swizzledColor = this->caps()->getWriteSwizzle(format, grColorType).applyTo(color); in createBackendTexture() local
522 return this->createBackendTexture(width, height, format, swizzledColor, mipMapped, renderable, in createBackendTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrDirectContext.cpp532 SkColor4f swizzledColor = this->caps()->getWriteSwizzle(format, grColorType).applyTo(color); in createBackendTexture() local
534 GrGpu::BackendTextureData data(swizzledColor); in createBackendTexture()