Home
last modified time | relevance | path

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

123

/external/deqp/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
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm15 @property int textureType; property
/external/skia/src/gpu/ganesh/
DGrTexture.h43 GrTextureType textureType() const { return fTextureType; } in textureType() function
DGrResourceProvider.cpp64 GrTextureType textureType, in createTexture()
135 GrTextureType textureType, in getExactScratch()
159 GrTextureType textureType, in createTexture()
231 GrTextureType textureType, in createTexture()
309 GrTextureType textureType, in createApproxTexture()
365 GrTextureType textureType, in findAndRefScratchTexture()
DGrTexture.cpp43 GrTextureType textureType, in GrTexture()
DGrGpu.cpp101 GrTextureType textureType, in createTextureCommon()
157 GrTextureType textureType, in createTexture()
190 GrTextureType textureType, in createTexture()
DGrTextureProxy.cpp173 GrTextureType GrTextureProxy::textureType() const { return this->backendFormat().textureType(); } in textureType() function in GrTextureProxy
DGrProgramDesc.cpp50 static uint32_t sampler_key(GrTextureType textureType, const skgpu::Swizzle& swizzle, in sampler_key()
DGrGeometryProcessor.h488 GrTextureType textureType() const { return fBackendFormat.textureType(); } in textureType() function
/external/angle/src/common/
Dutilities.h161 GLenum textureType; member
178 GLenum textureType, in UniformTypeInfo()
/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp126 gl::TextureType textureType = layerCount > 1 ? gl::TextureType::_2DArray : gl::TextureType::_2D; in AhbDescUsageToTextureType() local
357 const gl::TextureType textureType = AhbDescUsageToTextureType(ahbDescription, layerCount); in initImpl() local
/external/skia/include/gpu/
DGrBackendSurface.h134 GrTextureType textureType() const { return fTextureType; } in textureType() function
334 GrTextureType textureType() const { return fTextureType; } in textureType() function
/external/angle/src/compiler/translator/msl/
DSymbolEnv.cpp391 auto *textureType = new TType(samplerType); in getTextureEnv() local
563 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2723 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D()
2731 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D()
2738 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery()
2768 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
DBlitGL.cpp289 gl::TextureType textureType, in copyImageToLUMAWorkaroundTexture()
324 gl::TextureType textureType, in copySubImageToLUMAWorkaroundTexture()
/external/angle/src/libANGLE/
DProgramExecutable.h36 TextureType textureType; member
56 TextureType textureType; member
DProgramExecutable.cpp1593 TextureType textureType = ImageTypeToTextureType(imageUniform.getType()); in linkSamplerAndImageBindings() local
1627 TextureType textureType = SamplerTypeToTextureType(samplerUniform.getType()); in linkSamplerAndImageBindings() local
/external/skia/src/sksl/ir/
DSkSLType.cpp472 SamplerType(const char* name, const Type& textureType) in SamplerType()
476 const TextureType& textureType() const override { in textureType() function in SkSL::SamplerType
627 std::unique_ptr<Type> Type::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType()
DSkSLType.h381 virtual const Type& textureType() const { in textureType() function
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp488 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox()
1060 DWRITE_TEXTURE_TYPE textureType) in drawDWMask()
1368 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp237 …ShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isS… in getShaderSamplerOrImageType()
859 TextureType textureType, in readIntegerTextureViaFBOAndVerify()
916 TextureType textureType, in readFloatOrNormTextureWithLookupsAndVerify()
1092 TextureType textureType, in readTextureAndVerify()
1148 …har* name, const char* description, const TextureFormat& format, TextureType textureType, deUint32… in ImageStoreCase()
1313 …har* name, const char* description, const TextureFormat& format, TextureType textureType, deUint32… in ImageLoadAndStoreCase()
1323 … TextureFormat& textureFormat, const TextureFormat& imageFormat, TextureType textureType, deUint32… in ImageLoadAndStoreCase()
Des31fTextureGatherTests.cpp854 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/swiftshader/src/Device/
DSampler.hpp89 VkImageViewType textureType; member
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1544 VkImageType GetImageType(gl::TextureType textureType) in GetImageType()
1565 VkImageViewType GetImageViewType(gl::TextureType textureType) in GetImageViewType()
1677 void GetExtentsAndLayerCount(gl::TextureType textureType, in GetExtentsAndLayerCount()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp858 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType()
1015 TextureType textureType; member
1302 const auto textureType = textureBinding->getType(); in init() local
2524 static inline TestCase* makeTextureGatherCase (TextureType textureType, in makeTextureGatherCase()
2657 const TextureType textureType = textureTypes[textureTypeNdx].type; in init() local

123