Home
last modified time | relevance | path

Searched defs:textureType (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.cpp56 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrTextureType textureType, in TextureSampler()
63 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrTextureType textureType, in TextureSampler()
70 void GrPrimitiveProcessor::TextureSampler::reset(GrTextureType textureType, in reset()
82 void GrPrimitiveProcessor::TextureSampler::reset(GrTextureType textureType, in reset()
DGrTexturePriv.h46 GrTextureType textureType() const { return fTexture->fTextureType; } in textureType() function
DGrTextureProxy.h57 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
DGrTexture.cpp40 GrTextureType textureType, GrMipMapsStatus mipMapsStatus) in GrTexture()
DGrAHardwareBufferImageGenerator.cpp114 GrTextureType textureType = GrTextureType::k2D; in makeProxy() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp81 SupportedTextureType* textureType = *iter; in ~TextureFilterMinmaxUtils() local
557 TextureFilterMinmaxUtils::SupportedTextureType* textureType = *iter; in testReductionModeQueriesDefaultValues() local
598 TextureFilterMinmaxUtils::SupportedTextureType* textureType = *iter; in testReductionModeQueries() local
658 TextureFilterMinmaxUtils::SupportedTextureType* textureType = *textureTypeIter; in iterate() local
783 TextureFilterMinmaxUtils::SupportedTextureType* textureType = *textureTypeIter; in iterate() local
/third_party/skia/src/gpu/
DGrTexture.h43 GrTextureType textureType() const { return fTextureType; } in textureType() function
DGrResourceProvider.cpp46 GrTextureType textureType, in createTexture()
114 GrTextureType textureType, in getExactScratch()
136 GrTextureType textureType, in createTexture()
195 GrTextureType textureType, in createTexture()
270 GrTextureType textureType, in createApproxTexture()
322 GrTextureType textureType, in findAndRefScratchTexture()
DGrTextureProxy.h55 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
DGrTexture.cpp44 GrTextureType textureType, in GrTexture()
DGrGpu.cpp100 GrTextureType textureType, in createTextureCommon()
154 GrTextureType textureType, in createTexture()
184 GrTextureType textureType, in createTexture()
DGrProgramDesc.cpp48 static uint32_t sampler_key(GrTextureType textureType, const GrSwizzle& swizzle, in sampler_key()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dutilities.h151 GLenum textureType; member
169 GLenum textureType, in UniformTypeInfo()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h160 GLenum textureType; member
177 GLenum textureType, in UniformTypeInfo()
/third_party/skia/include/gpu/
DGrBackendSurface.h124 GrTextureType textureType() const { return fTextureType; } in textureType() function
315 GrTextureType textureType() const { return fTextureType; } in textureType() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1619 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D()
1627 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D()
1633 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery()
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h215 Type(const char* name, const Type& textureType) in Type()
331 const Type& textureType() const { in textureType() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp813 VkImageType GetImageType(gl::TextureType textureType) in GetImageType()
833 VkImageViewType GetImageViewType(gl::TextureType textureType) in GetImageViewType()
892 void GetExtentsAndLayerCount(gl::TextureType textureType, in GetExtentsAndLayerCount()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2318 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D()
2326 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D()
2333 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery()
2363 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp391 auto *textureType = new TType(samplerType); in getTextureEnv() local
563 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnUniformHandler.cpp245 GrSLType samplerType = kSampler_GrSLType, textureType = kTexture2D_GrSLType; in addSampler() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp149 TextureType textureType : BITS(TEXTURE_LAST); member
221 TextureType textureType; member in sw::Sampler
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.cpp429 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox()
900 DWRITE_TEXTURE_TYPE textureType) in drawDWMask()
1097 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local
/third_party/skia/src/sksl/ir/
DSkSLType.cpp294 SamplerType(const char* name, const Type& textureType) in SamplerType()
298 const TextureType& textureType() const override { in textureType() function in SkSL::SamplerType
442 std::unique_ptr<Type> Type::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType()
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp484 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox()
968 DWRITE_TEXTURE_TYPE textureType) in drawDWMask()
1168 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local

1234