| /external/deqp/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
|
| /external/clang/test/SemaObjCXX/ |
| D | instantiate-property-access.mm | 15 @property int textureType; property
|
| /external/skia/src/gpu/ |
| D | GrResourceProvider.cpp | 48 GrTextureType textureType, in createTexture() 116 GrTextureType textureType, in getExactScratch() 138 GrTextureType textureType, in createTexture() 197 GrTextureType textureType, in createTexture() 272 GrTextureType textureType, in createApproxTexture() 324 GrTextureType textureType, in findAndRefScratchTexture()
|
| D | GrTexture.h | 43 GrTextureType textureType() const { return fTextureType; } in textureType() function
|
| D | GrTextureProxy.h | 55 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
|
| D | GrTexture.cpp | 43 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 | 49 static uint32_t sampler_key(GrTextureType textureType, const skgpu::Swizzle& swizzle, in sampler_key()
|
| D | GrGeometryProcessor.h | 510 GrTextureType textureType() const { return fBackendFormat.textureType(); } in textureType() function
|
| /external/angle/src/common/ |
| D | utilities.h | 160 GLenum textureType; member 177 GLenum textureType, in UniformTypeInfo()
|
| /external/angle/src/libANGLE/renderer/vulkan/android/ |
| D | HardwareBufferImageSiblingVkAndroid.cpp | 126 gl::TextureType textureType = layerCount > 1 ? gl::TextureType::_2DArray : gl::TextureType::_2D; in AhbDescUsageToTextureType() local 319 const gl::TextureType textureType = AhbDescUsageToTextureType(ahbDescription, layerCount); in initImpl() local
|
| /external/skia/include/gpu/ |
| D | GrBackendSurface.h | 124 GrTextureType textureType() const { return fTextureType; } in textureType() function 315 GrTextureType textureType() const { return fTextureType; } in textureType() function
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 2332 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D() 2340 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D() 2347 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery() 2377 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
|
| D | BlitGL.cpp | 281 gl::TextureType textureType, in copyImageToLUMAWorkaroundTexture() 310 gl::TextureType textureType, in copySubImageToLUMAWorkaroundTexture()
|
| /external/angle/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
|
| /external/angle/src/libANGLE/ |
| D | ProgramExecutable.cpp | 486 TextureType textureType = stream->readEnum<TextureType>(); in load() local 501 TextureType textureType = static_cast<TextureType>(stream->readInt<unsigned int>()); in load() local 1569 TextureType textureType = ImageTypeToTextureType(imageUniform.type); in linkSamplerAndImageBindings() local 1603 TextureType textureType = SamplerTypeToTextureType(samplerUniform.type); in linkSamplerAndImageBindings() local
|
| D | ProgramExecutable.h | 35 TextureType textureType; member 54 TextureType textureType; member
|
| /external/skia/src/sksl/ir/ |
| D | SkSLType.cpp | 394 SamplerType(const char* name, const Type& textureType) in SamplerType() 398 const TextureType& textureType() const override { in textureType() function in SkSL::SamplerType 552 std::unique_ptr<Type> Type::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType()
|
| D | SkSLType.h | 353 virtual const Type& textureType() const { in textureType() function
|
| /external/skia/src/ports/ |
| D | SkScalerContext_win_dw.cpp | 482 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox() 969 DWRITE_TEXTURE_TYPE textureType) in drawDWMask() 1179 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderImageLoadStoreTests.cpp | 237 …ShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isS… in getShaderSamplerOrImageType() 832 TextureType textureType, in readIntegerTextureViaFBOAndVerify() 889 TextureType textureType, in readFloatOrNormTextureWithLookupsAndVerify() 1065 TextureType textureType, in readTextureAndVerify() 1121 …har* name, const char* description, const TextureFormat& format, TextureType textureType, deUint32… in ImageStoreCase() 1286 …har* name, const char* description, const TextureFormat& format, TextureType textureType, deUint32… in ImageLoadAndStoreCase() 1296 … TextureFormat& textureFormat, const TextureFormat& imageFormat, TextureType textureType, deUint32… in ImageLoadAndStoreCase()
|
| D | es31fTextureGatherTests.cpp | 854 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType() 1039 TextureType textureType, in TextureGatherCase() 1230 TextureType textureType, in genProgramSources() 2005 static inline TextureGatherCase* makeTextureGatherCase (TextureType textureType, in makeTextureGatherCase() 2139 const TextureType textureType = textureTypes[textureTypeNdx].type; in init() local
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | vk_utils.cpp | 1346 VkImageType GetImageType(gl::TextureType textureType) in GetImageType() 1367 VkImageViewType GetImageViewType(gl::TextureType textureType) in GetImageViewType() 1479 void GetExtentsAndLayerCount(gl::TextureType textureType, in GetExtentsAndLayerCount()
|
| /external/swiftshader/src/Device/ |
| D | Sampler.hpp | 89 VkImageViewType textureType; member
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderTextureGatherTests.cpp | 858 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType() 1015 TextureType textureType; member 1288 const auto textureType = textureBinding->getType(); in init() local 2502 static inline TestCase* makeTextureGatherCase (TextureType textureType, in makeTextureGatherCase() 2635 const TextureType textureType = textureTypes[textureTypeNdx].type; in init() local
|