Home
last modified time | relevance | path

Searched defs:textureType (Results 1 – 25 of 53) 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/
DGrResourceProvider.cpp48 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()
DGrTexture.h43 GrTextureType textureType() const { return fTextureType; } in textureType() function
DGrTextureProxy.h55 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
DGrTexture.cpp43 GrTextureType textureType, in GrTexture()
DGrGpu.cpp100 GrTextureType textureType, in createTextureCommon()
154 GrTextureType textureType, in createTexture()
184 GrTextureType textureType, in createTexture()
DGrProgramDesc.cpp49 static uint32_t sampler_key(GrTextureType textureType, const skgpu::Swizzle& swizzle, in sampler_key()
DGrGeometryProcessor.h510 GrTextureType textureType() const { return fBackendFormat.textureType(); } in textureType() function
/external/angle/src/common/
Dutilities.h160 GLenum textureType; member
177 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
319 const gl::TextureType textureType = AhbDescUsageToTextureType(ahbDescription, layerCount); in initImpl() local
/external/skia/include/gpu/
DGrBackendSurface.h124 GrTextureType textureType() const { return fTextureType; } in textureType() function
315 GrTextureType textureType() const { return fTextureType; } in textureType() function
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2332 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()
DBlitGL.cpp281 gl::TextureType textureType, in copyImageToLUMAWorkaroundTexture()
310 gl::TextureType textureType, in copySubImageToLUMAWorkaroundTexture()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp391 auto *textureType = new TType(samplerType); in getTextureEnv() local
563 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
/external/angle/src/libANGLE/
DProgramExecutable.cpp486 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
DProgramExecutable.h35 TextureType textureType; member
54 TextureType textureType; member
/external/skia/src/sksl/ir/
DSkSLType.cpp394 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()
DSkSLType.h353 virtual const Type& textureType() const { in textureType() function
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp482 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/
Des31fShaderImageLoadStoreTests.cpp237 …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()
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/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1346 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/
DSampler.hpp89 VkImageViewType textureType; member
/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
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

123