Home
last modified time | relevance | path

Searched defs:TextureDataBlock (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPipelineData.h101 explicit TextureDataBlock(const SampledTexture& texture) : fTextures(&texture, 1) {} in TextureDataBlock() function
152 constexpr TextureDataBlock(SkSpan<const SampledTexture> textures) : fTextures(textures) {} in TextureDataBlock() function
H A DDrawPass.h37 class TextureDataBlock; variable
H A DRenderer.h39 class TextureDataBlock; variable
/aosp_15_r20/external/skia/include/gpu/graphite/
H A DRecorder.h54 class TextureDataBlock; variable