Home
last modified time | relevance | path

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

123

/external/angle/src/tests/gl_tests/
DIncompatibleTextureTest.cpp68 std::ostream &operator<<(std::ostream &out, TextureType textureType) in operator <<()
138 TextureType textureType; in IncompatibleTextureVariationsTestPrint() local
154 TextureType textureType; in TEST_P() local
/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
660 TextureFilterMinmaxUtils::SupportedTextureType *textureType = *textureTypeIter; in iterate() local
786 TextureFilterMinmaxUtils::SupportedTextureType *textureType = *textureTypeIter; in iterate() local
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm15 @property int textureType; property
/external/skia/include/gpu/ganesh/
DGrBackendSurface.h66 GrTextureType textureType() const { return fTextureType; } in textureType() function
117 GrBackendFormat(GrTextureType textureType, GrBackendApi api, const FormatData& formatData) in GrBackendFormat()
180 GrTextureType textureType() const { return fTextureType; } in textureType() function
/external/skia/src/gpu/ganesh/
DGrResourceProvider.cpp62 GrTextureType textureType, in createTexture()
133 GrTextureType textureType, in getExactScratch()
157 GrTextureType textureType, in createTexture()
233 GrTextureType textureType, in createTexture()
282 GrTextureType textureType, in createApproxTexture()
347 GrTextureType textureType, in findAndRefScratchTexture()
DGrTexture.h55 GrTextureType textureType() const { return fTextureType; } in textureType() function
DGrTexture.cpp45 GrTextureType textureType, in GrTexture()
DGrBackendSurfacePriv.h109 static GrBackendFormat MakeGrBackendFormat(GrTextureType textureType, in MakeGrBackendFormat()
DGrGpu.cpp102 GrTextureType textureType, in createTextureCommon()
158 GrTextureType textureType, in createTexture()
191 GrTextureType textureType, in createTexture()
DGrProgramDesc.cpp53 static uint32_t sampler_key(GrTextureType textureType, const skgpu::Swizzle& swizzle, in sampler_key()
DGrTextureProxy.cpp173 GrTextureType GrTextureProxy::textureType() const { return this->backendFormat().textureType(); } in textureType() function in GrTextureProxy
DGrGeometryProcessor.h495 GrTextureType textureType() const { return fBackendFormat.textureType(); } in textureType() function
/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp132 gl::TextureType textureType = layerCount > 1 ? gl::TextureType::_2DArray : gl::TextureType::_2D; in AhbDescUsageToTextureType() local
452 const gl::TextureType textureType = AhbDescUsageToTextureType(ahbDescription, layerCount); in initImpl() local
/external/angle/src/common/
Dutilities.h161 GLenum textureType; member
178 GLenum textureType, in UniformTypeInfo()
/external/angle/src/compiler/translator/msl/
DSymbolEnv.cpp392 auto *textureType = new TType(samplerType); in getTextureEnv() local
556 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2859 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D()
2867 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D()
2874 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery()
2904 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
/external/angle/src/compiler/translator/tree_ops/
DPreTransformTextureCubeGradDerivatives.cpp50 const TFunction *getReplacementFunction(const TType &textureType, const TType &returnType) in getReplacementFunction()
/external/skia/src/sksl/ir/
DSkSLType.cpp575 SamplerType(const char* name, const Type& textureType) in SamplerType()
584 const TextureType& textureType() const override { in textureType() function in SkSL::SamplerType
828 std::unique_ptr<Type> Type::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType()
DSkSLType.h419 virtual const Type& textureType() const { in textureType() function
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp266 … string getShaderSamplerOrImageType(TextureFormat::ChannelType formatType, TextureType textureType, in getShaderSamplerOrImageType()
959 uint32_t textureGL, TextureType textureType, in readIntegerTextureViaFBOAndVerify()
1015 uint32_t textureGL, TextureType textureType, in readFloatOrNormTextureWithLookupsAndVerify()
1218 … uint32_t bufferGL, TextureType textureType, const TextureFormat &textureFormat, in readTextureAndVerify()
1285 TextureType textureType, uint32_t caseFlags = 0) in ImageStoreCase()
1474 TextureType textureType, uint32_t caseFlags = 0) in ImageLoadAndStoreCase()
1485 … const TextureFormat &textureFormat, const TextureFormat &imageFormat, TextureType textureType, in ImageLoadAndStoreCase()
Des31fTextureGatherTests.cpp871 static inline glu::DataType getSamplerType(TextureType textureType, const tcu::TextureFormat &forma… in getSamplerType()
1069 …Context &context, const char *name, const char *description, TextureType textureType, GatherType g… in TextureGatherCase()
1255 …ProgramSources TextureGatherCase::genProgramSources(GatherType gatherType, TextureType textureType, in genProgramSources()
2059TextureType textureType, Context &context, const char *name, const char *description, GatherType g… in makeTextureGatherCase()
2182 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.cpp1527 VkImageType GetImageType(gl::TextureType textureType) in GetImageType()
1548 VkImageViewType GetImageViewType(gl::TextureType textureType) in GetImageViewType()
1660 void GetExtentsAndLayerCount(gl::TextureType textureType, in GetExtentsAndLayerCount()
Dvk_format_utils.cpp410 gl::TextureType textureType, in GetMinimalImageCreateFlags()
/external/skia/src/gpu/ganesh/vk/
DGrVkBackendSurface.cpp129 GrTextureType textureType = in MakeVk() local

123