Home
last modified time | relevance | path

Searched refs:TextureInfo (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/experimental/graphite/include/
H A DTextureInfo.h27 class TextureInfo { class
29 TextureInfo() {} in TextureInfo() function in skgpu::TextureInfo
31 TextureInfo(const mtl::TextureInfo& mtlInfo) in TextureInfo() function in skgpu::TextureInfo
40 ~TextureInfo() {} in ~TextureInfo()
41 TextureInfo(const TextureInfo&) = default;
42 TextureInfo& operator=(const TextureInfo&) = delete;
44 bool operator==(const TextureInfo
[all...]
H A DBackendTexture.h12 #include "experimental/graphite/include/TextureInfo.h"
34 TextureInfo fInfo;
/third_party/skia/experimental/graphite/src/
H A DCaps.h17 class TextureInfo;
23 virtual TextureInfo getDefaultSampledTextureInfo(SkColorType,
28 virtual TextureInfo getDefaultMSAATextureInfo(SkColorType,
32 virtual TextureInfo getDefaultDepthStencilTextureInfo(DepthStencilType,
H A DTexture.h11 #include "experimental/graphite/include/TextureInfo.h"
25 const TextureInfo& textureInfo() const { return fInfo; } in textureInfo()
28 Texture(SkISize dimensions, const TextureInfo& info);
32 TextureInfo fInfo;
H A DTextureProxy.h11 #include "experimental/graphite/include/TextureInfo.h"
22 TextureProxy(SkISize dimensions, const TextureInfo& info);
30 const TextureInfo& textureInfo() const { return fInfo; } in textureInfo()
42 TextureInfo fInfo;
H A DResourceProvider.h23 class TextureInfo;
33 sk_sp<Texture> findOrCreateTexture(SkISize, const TextureInfo&);
44 virtual sk_sp<Texture> createTexture(SkISize, const TextureInfo&) = 0;
H A DTextureInfo.cpp8 #include "experimental/graphite/include/TextureInfo.h"
12 bool TextureInfo::operator==(const TextureInfo& that) const { in operator ==()
H A DTexture.cpp12 Texture::Texture(SkISize dimensions, const TextureInfo& info) in Texture()
H A DBackendTexture.cpp15 , fInfo(mtl::TextureInfo(mtlTexture.get())) in BackendTexture()
H A DTextureProxy.cpp15 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info) in TextureProxy()
H A DResourceProvider.cpp64 sk_sp<Texture> ResourceProvider::findOrCreateTexture(SkISize dimensions, const TextureInfo& info) { in findOrCreateTexture()
/third_party/skia/experimental/graphite/include/mtl/
H A DMtlTypes.h39 struct TextureInfo { struct
50 TextureInfo() = default;
51 TextureInfo(Handle mtlTexture);
52 TextureInfo(uint32_t sampleCount, in TextureInfo() function
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlCaps.h22 skgpu::TextureInfo getDefaultSampledTextureInfo(SkColorType,
27 skgpu::TextureInfo getDefaultMSAATextureInfo(SkColorType,
31 skgpu::TextureInfo getDefaultDepthStencilTextureInfo(DepthStencilType,
H A DMtlTexture.h23 const skgpu::TextureInfo&);
31 const skgpu::TextureInfo& info,
H A DMtlResourceProvider.h33 sk_sp<skgpu::Texture> createTexture(SkISize, const skgpu::TextureInfo&) override;
/third_party/skia/experimental/graphite/include/private/
H A DMtlTypesPriv.h49 TextureSpec(const TextureInfo& info) in TextureSpec()
68 TextureInfo TextureSpecToTextureInfo(const TextureSpec& mtlSpec,
/third_party/skia/tests/graphite/
H A DCommandBufferTest.cpp46 skgpu::mtl::TextureInfo mtlTextureInfo = { in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
54 TextureInfo textureInfo(mtlTextureInfo); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
56 TextureInfo textureInfo; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.hpp41 struct TextureInfo struct in glcts::GeometryShaderLayeredRenderingBoundaryCondition
72 std::vector<TextureInfo> m_textures_info;
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp478 TextureInfo texInfo; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
615 TextureInfo texInfo; in GeometryShaderLayeredRenderingBoundaryConditionNoGS()
684 TextureInfo texInfo; in GeometryShaderLayeredRenderingBoundaryConditionNoLayerSet()
771 TextureInfo texInfo; in GeometryShaderLayeredRenderingBoundaryConditionNoLayeredFBO()
/third_party/skia/src/core/
H A DSkDeferredDisplayListRecorder.cpp127 static constexpr GrProxyProvider::TextureInfo kTextureInfo{GrMipmapped::kNo, in init()
129 const GrProxyProvider::TextureInfo* optionalTextureInfo = nullptr; in init()
/third_party/skia/src/gpu/
H A DGrProxyProvider.h149 struct TextureInfo { struct in GrProxyProvider
185 /** A null TextureInfo indicates a non-textureable render target. */
191 const TextureInfo*,
H A DGrThreadSafeCache.cpp337 GrProxyProvider::TextureInfo texInfo{ GrMipMapped::kNo, GrTextureType::k2D }; in CreateLazyView()
H A DGrProxyProvider.cpp807 const TextureInfo* textureInfo, in createLazyRenderTargetProxy()

Completed in 8 milliseconds