/third_party/skia/experimental/graphite/include/ |
H A D | TextureInfo.h | 27 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 D | BackendTexture.h | 12 #include "experimental/graphite/include/TextureInfo.h" 34 TextureInfo fInfo;
|
/third_party/skia/experimental/graphite/src/ |
H A D | Caps.h | 17 class TextureInfo; 23 virtual TextureInfo getDefaultSampledTextureInfo(SkColorType, 28 virtual TextureInfo getDefaultMSAATextureInfo(SkColorType, 32 virtual TextureInfo getDefaultDepthStencilTextureInfo(DepthStencilType,
|
H A D | Texture.h | 11 #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 D | TextureProxy.h | 11 #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 D | ResourceProvider.h | 23 class TextureInfo; 33 sk_sp<Texture> findOrCreateTexture(SkISize, const TextureInfo&); 44 virtual sk_sp<Texture> createTexture(SkISize, const TextureInfo&) = 0;
|
H A D | TextureInfo.cpp | 8 #include "experimental/graphite/include/TextureInfo.h" 12 bool TextureInfo::operator==(const TextureInfo& that) const { in operator ==()
|
H A D | Texture.cpp | 12 Texture::Texture(SkISize dimensions, const TextureInfo& info) in Texture()
|
H A D | BackendTexture.cpp | 15 , fInfo(mtl::TextureInfo(mtlTexture.get())) in BackendTexture()
|
H A D | TextureProxy.cpp | 15 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info) in TextureProxy()
|
H A D | ResourceProvider.cpp | 64 sk_sp<Texture> ResourceProvider::findOrCreateTexture(SkISize dimensions, const TextureInfo& info) { in findOrCreateTexture()
|
/third_party/skia/experimental/graphite/include/mtl/ |
H A D | MtlTypes.h | 39 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 D | MtlCaps.h | 22 skgpu::TextureInfo getDefaultSampledTextureInfo(SkColorType, 27 skgpu::TextureInfo getDefaultMSAATextureInfo(SkColorType, 31 skgpu::TextureInfo getDefaultDepthStencilTextureInfo(DepthStencilType,
|
H A D | MtlTexture.h | 23 const skgpu::TextureInfo&); 31 const skgpu::TextureInfo& info,
|
H A D | MtlResourceProvider.h | 33 sk_sp<skgpu::Texture> createTexture(SkISize, const skgpu::TextureInfo&) override;
|
/third_party/skia/experimental/graphite/include/private/ |
H A D | MtlTypesPriv.h | 49 TextureSpec(const TextureInfo& info) in TextureSpec() 68 TextureInfo TextureSpecToTextureInfo(const TextureSpec& mtlSpec,
|
/third_party/skia/tests/graphite/ |
H A D | CommandBufferTest.cpp | 46 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 D | esextcGeometryShaderLayeredRenderingBoundaryCondition.hpp | 41 struct TextureInfo struct in glcts::GeometryShaderLayeredRenderingBoundaryCondition 72 std::vector<TextureInfo> m_textures_info;
|
H A D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 478 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 D | SkDeferredDisplayListRecorder.cpp | 127 static constexpr GrProxyProvider::TextureInfo kTextureInfo{GrMipmapped::kNo, in init() 129 const GrProxyProvider::TextureInfo* optionalTextureInfo = nullptr; in init()
|
/third_party/skia/src/gpu/ |
H A D | GrProxyProvider.h | 149 struct TextureInfo { struct in GrProxyProvider 185 /** A null TextureInfo indicates a non-textureable render target. */ 191 const TextureInfo*,
|
H A D | GrThreadSafeCache.cpp | 337 GrProxyProvider::TextureInfo texInfo{ GrMipMapped::kNo, GrTextureType::k2D }; in CreateLazyView()
|
H A D | GrProxyProvider.cpp | 807 const TextureInfo* textureInfo, in createLazyRenderTargetProxy()
|