/external/skia/src/gpu/ |
D | GrProxyProvider.cpp | 193 GrSwizzle readSwizzle = this->caps()->getReadSwizzle(tex->backendFormat(), colorType); in createWrapped() local 339 GrSwizzle readSwizzle = this->caps()->getReadSwizzle(format, colorType); in createMippedProxyFromBitmap() local 378 GrSwizzle readSwizzle, in createProxy() 511 GrSwizzle readSwizzle = caps->getReadSwizzle(tex->backendFormat(), grColorType); in wrapBackendTexture() local 599 GrSwizzle readSwizzle = caps->getReadSwizzle(tex->backendFormat(), colorType); in wrapRenderableBackendTexture() local 636 GrSwizzle readSwizzle = caps->getReadSwizzle(rt->backendFormat(), grColorType); in wrapBackendRenderTarget() local 668 GrSwizzle readSwizzle = caps->getReadSwizzle(rt->backendFormat(), grColorType); in wrapBackendTextureAsRenderTarget() local 700 GrSwizzle readSwizzle = this->caps()->getReadSwizzle(rt->backendFormat(), colorType); in wrapVulkanSecondaryCBAsRenderTarget() local 715 GrSwizzle readSwizzle, in createLazyProxy() 774 GrSwizzle readSwizzle, in createLazyRenderTargetProxy() [all …]
|
D | GrSurfaceContext.h | 63 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
|
D | GrBackendTextureImageGenerator.cpp | 154 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture() local
|
D | GrDynamicAtlas.cpp | 63 GrSwizzle readSwizzle = caps.getReadSwizzle(format, colorType); in MakeLazyAtlasProxy() local
|
D | GrAHardwareBufferImageGenerator.cpp | 141 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
|
D | GrRenderTargetContext.cpp | 152 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(format, colorType); in Make() local
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 85 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle( in Op() local 135 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local 274 GrSwizzle readSwizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); variable 337 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle( in LazyFailedInstantiationTestOp() local
|
D | PackedConfigsTextureTest.cpp | 123 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(proxy->backendFormat(), in run_test() local
|
D | ResourceAllocatorTest.cpp | 280 GrSwizzle readSwizzle = caps->getReadSwizzle(format, p.fColorType); in make_lazy() local
|
D | OnFlushCallbackTest.cpp | 313 GrSwizzle readSwizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); in getAtlasView() local
|
D | GrSurfaceTest.cpp | 574 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle( in DEF_GPUTEST() local
|
/external/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 152 GrSwizzle readSwizzle = caps->getReadSwizzle(fCharacterization.backendFormat(), grColorType); in init() local
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local 920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
|
/external/skia/src/image/ |
D | SkImage_GpuBase.cpp | 530 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, colorType); in MakePromiseImageLazyProxy() local
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 1597 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 2972 int OutputASM::readSwizzle(TIntermTyped *argument, int size) in readSwizzle() function in glsl::OutputASM
|