/third_party/flutter/skia/src/gpu/ |
D | GrPrimitiveProcessor.cpp | 56 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()
|
D | GrTexturePriv.h | 46 GrTextureType textureType() const { return fTexture->fTextureType; } in textureType() function
|
D | GrTextureProxy.h | 57 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
|
D | GrTexture.cpp | 40 GrTextureType textureType, GrMipMapsStatus mipMapsStatus) in GrTexture()
|
D | GrAHardwareBufferImageGenerator.cpp | 114 GrTextureType textureType = GrTextureType::k2D; in makeProxy() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.cpp | 81 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/ |
D | GrTexture.h | 43 GrTextureType textureType() const { return fTextureType; } in textureType() function
|
D | GrResourceProvider.cpp | 46 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()
|
D | GrTextureProxy.h | 55 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
|
D | GrTexture.cpp | 44 GrTextureType textureType, in GrTexture()
|
D | GrGpu.cpp | 100 GrTextureType textureType, in createTextureCommon() 154 GrTextureType textureType, in createTexture() 184 GrTextureType textureType, in createTexture()
|
D | GrProgramDesc.cpp | 48 static uint32_t sampler_key(GrTextureType textureType, const GrSwizzle& swizzle, in sampler_key()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | utilities.h | 151 GLenum textureType; member 169 GLenum textureType, in UniformTypeInfo()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | utilities.h | 160 GLenum textureType; member 177 GLenum textureType, in UniformTypeInfo()
|
/third_party/skia/include/gpu/ |
D | GrBackendSurface.h | 124 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/ |
D | renderergl_utils.cpp | 1619 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/ |
D | SkSLType.h | 215 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/ |
D | vk_utils.cpp | 813 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/ |
D | renderergl_utils.cpp | 2318 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/ |
D | SymbolEnv.cpp | 391 auto *textureType = new TType(samplerType); in getTextureEnv() local 563 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnUniformHandler.cpp | 245 GrSLType samplerType = kSampler_GrSLType, textureType = kTexture2D_GrSLType; in addSampler() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 149 TextureType textureType : BITS(TEXTURE_LAST); member 221 TextureType textureType; member in sw::Sampler
|
/third_party/flutter/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 429 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/ |
D | SkSLType.cpp | 294 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/ |
D | SkScalerContext_win_dw.cpp | 484 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox() 968 DWRITE_TEXTURE_TYPE textureType) in drawDWMask() 1168 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local
|