/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | TextureProxy.cpp | 44 const TextureInfo& textureInfo, in TextureProxy() 162 const TextureInfo& textureInfo, in Make() 188 const TextureInfo& textureInfo, in MakeLazy() 206 sk_sp<TextureProxy> TextureProxy::MakeFullyLazy(const TextureInfo& textureInfo, in MakeFullyLazy()
|
H A D | ImageFactories.cpp | 167 const TextureInfo& textureInfo, in PromiseTextureFrom() 220 const TextureInfo& textureInfo, in PromiseTextureFrom()
|
H A D | TextureUtils.cpp | 184 auto textureInfo = caps->getDefaultSampledTextureInfo(ct, mipmapped, isProtected, in MakeBitmapProxyView() local 281 TextureInfo textureInfo, in MakePromiseImageLazyProxy()
|
H A D | Texture.h | 32 const TextureInfo& textureInfo() const { return fInfo; } in textureInfo() function
|
H A D | TextureProxy.h | 38 const TextureInfo& textureInfo() const { return fInfo; } in textureInfo() function
|
H A D | YUVABackendTextures.cpp | 35 SkSpan<const TextureInfo> textureInfo, in YUVABackendTextureInfo()
|
H A D | AtlasProvider.cpp | 66 auto textureInfo = requireStorageUsage in getAtlasTexture() local
|
H A D | Caps.cpp | 61 SkISize Caps::getDepthAttachmentDimensions(const TextureInfo& textureInfo, in getDepthAttachmentDimensions()
|
H A D | Image_Graphite.cpp | 84 skgpu::graphite::TextureInfo textureInfo = in Copy() local
|
H A D | Recording.cpp | 54 const TextureInfo& textureInfo) { in LazyProxyData()
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | TextureProxyTest.cpp | 39 const TextureInfo textureInfo = caps->getDefaultSampledTextureInfo( in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 47 auto textureInfo = caps->getDefaultSampledTextureInfo(colorType, mipmapped, in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 247 TextureInfo textureInfo = caps->getDefaultSampledTextureInfo( in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|
H A D | DawnBackendTextureTest.cpp | 30 DawnTextureInfo textureInfo; in DEF_GRAPHITE_TEST_FOR_DAWN_CONTEXT() local 54 DawnTextureInfo textureInfo; in DEF_GRAPHITE_TEST_FOR_DAWN_CONTEXT() local
|
H A D | VulkanBackendTextureTest.cpp | 30 VulkanTextureInfo textureInfo; in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT() local 57 VulkanTextureInfo textureInfo; in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT() local
|
H A D | RecordingSurfacesTest.cpp | 51 const TextureInfo& textureInfo = graphiteSurface->backingTextureProxy()->textureInfo(); in run_test() local 448 const TextureInfo& textureInfo = in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanRenderPass.cpp | 50 const TextureInfo& textureInfo, in add_attachment_description_info_to_key() 223 const VulkanTextureInfo& textureInfo, in setup_vk_attachment_description()
|
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/ |
H A D | DawnCaps.cpp | 229 TextureInfo DawnCaps::getTextureInfoForSampledCopy(const TextureInfo& textureInfo, in getTextureInfoForSampledCopy() 344 SkISize DawnCaps::getDepthAttachmentDimensions(const TextureInfo& textureInfo, in getDepthAttachmentDimensions()
|
H A D | DawnComputePipeline.cpp | 135 auto textureInfo = sharedContext->caps()->getDefaultStorageTextureInfo(colorType); in Make() local
|
/aosp_15_r20/frameworks/native/libs/renderengine/skia/compat/ |
H A D | GraphiteBackendTexture.cpp | 103 const skgpu::graphite::TextureInfo& textureInfo = mBackendTexture.info(); in logFatalTexture() local
|
H A D | GaneshBackendTexture.cpp | 124 GrGLTextureInfo textureInfo; in logFatalTexture() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | graphite_replay.cpp | 107 skgpu::graphite::TextureInfo textureInfo = in drawGraphite() local
|
/aosp_15_r20/external/skia/tests/graphite/precompile/ |
H A D | ChromePrecompileTest.cpp | 189 TextureInfo textureInfo = caps->getDefaultSampledTextureInfo(kBGRA_8888_SkColorType, variable
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | D3D11FormatTablesTest.cpp | 62 const auto &textureInfo = textureCaps.get(internalFormat); in TEST_P() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 277 GrGLTextureInfo textureInfo; in importHardwareBufferForRead() local 305 GrGLTextureInfo textureInfo; in importHardwareBufferForWrite() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | AHardwareBufferGL.cpp | 165 GrGLTextureInfo textureInfo; in make_gl_backend_texture() local
|
/aosp_15_r20/external/skia/tools/gpu/ |
H A D | BackendSurfaceFactory.cpp | 173 skgpu::graphite::DawnTextureInfo textureInfo; in MakeBackendTextureViewSurface() local
|