Home
last modified time | relevance | path

Searched defs:readSwizzle (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/
DGrProxyProvider.cpp193 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 …]
DGrSurfaceContext.h63 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
DGrBackendTextureImageGenerator.cpp154 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture() local
DGrDynamicAtlas.cpp63 GrSwizzle readSwizzle = caps.getReadSwizzle(format, colorType); in MakeLazyAtlasProxy() local
DGrAHardwareBufferImageGenerator.cpp141 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
DGrRenderTargetContext.cpp152 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(format, colorType); in Make() local
/external/skia/tests/
DLazyProxyTest.cpp85 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
DPackedConfigsTextureTest.cpp123 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(proxy->backendFormat(), in run_test() local
DResourceAllocatorTest.cpp280 GrSwizzle readSwizzle = caps->getReadSwizzle(format, p.fColorType); in make_lazy() local
DOnFlushCallbackTest.cpp313 GrSwizzle readSwizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); in getAtlasView() local
DGrSurfaceTest.cpp574 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle( in DEF_GPUTEST() local
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp152 GrSwizzle readSwizzle = caps->getReadSwizzle(fCharacterization.backendFormat(), grColorType); in init() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local
920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
/external/skia/src/image/
DSkImage_GpuBase.cpp530 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, colorType); in MakePromiseImageLazyProxy() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp1597 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2972 int OutputASM::readSwizzle(TIntermTyped *argument, int size) in readSwizzle() function in glsl::OutputASM