| /external/angle/src/tests/gl_tests/ |
| D | IncompatibleTextureTest.cpp | 68 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/ |
| 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 660 TextureFilterMinmaxUtils::SupportedTextureType *textureType = *textureTypeIter; in iterate() local 786 TextureFilterMinmaxUtils::SupportedTextureType *textureType = *textureTypeIter; in iterate() local
|
| /external/clang/test/SemaObjCXX/ |
| D | instantiate-property-access.mm | 15 @property int textureType; property
|
| /external/skia/include/gpu/ |
| D | GrBackendSurface.h | 66 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/ |
| D | GrResourceProvider.cpp | 62 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()
|
| D | GrTexture.h | 55 GrTextureType textureType() const { return fTextureType; } in textureType() function
|
| D | GrTexture.cpp | 45 GrTextureType textureType, in GrTexture()
|
| D | GrBackendSurfacePriv.h | 109 static GrBackendFormat MakeGrBackendFormat(GrTextureType textureType, in MakeGrBackendFormat()
|
| D | GrGpu.cpp | 102 GrTextureType textureType, in createTextureCommon() 158 GrTextureType textureType, in createTexture() 191 GrTextureType textureType, in createTexture()
|
| D | GrTextureProxy.cpp | 173 GrTextureType GrTextureProxy::textureType() const { return this->backendFormat().textureType(); } in textureType() function in GrTextureProxy
|
| D | GrProgramDesc.cpp | 50 static uint32_t sampler_key(GrTextureType textureType, const skgpu::Swizzle& swizzle, in sampler_key()
|
| D | GrGeometryProcessor.h | 483 GrTextureType textureType() const { return fBackendFormat.textureType(); } in textureType() function
|
| /external/angle/src/common/ |
| D | utilities.h | 161 GLenum textureType; member 178 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 417 const gl::TextureType textureType = AhbDescUsageToTextureType(ahbDescription, layerCount); in initImpl() local
|
| /external/angle/src/compiler/translator/msl/ |
| D | SymbolEnv.cpp | 392 auto *textureType = new TType(samplerType); in getTextureEnv() local 564 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 2814 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D() 2822 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D() 2829 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery() 2859 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
|
| /external/angle/src/compiler/translator/tree_ops/ |
| D | PreTransformTextureCubeGradDerivatives.cpp | 50 const TFunction *getReplacementFunction(const TType &textureType, const TType &returnType) in getReplacementFunction()
|
| /external/skia/src/sksl/ir/ |
| D | SkSLType.cpp | 549 SamplerType(const char* name, const Type& textureType) in SamplerType() 558 const TextureType& textureType() const override { in textureType() function in SkSL::SamplerType 792 std::unique_ptr<Type> Type::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType()
|
| D | SkSLType.h | 419 virtual const Type& textureType() const { in textureType() function
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderImageLoadStoreTests.cpp | 266 … string getShaderSamplerOrImageType(TextureFormat::ChannelType formatType, TextureType textureType, in getShaderSamplerOrImageType() 960 uint32_t textureGL, TextureType textureType, in readIntegerTextureViaFBOAndVerify() 1016 uint32_t textureGL, TextureType textureType, in readFloatOrNormTextureWithLookupsAndVerify() 1219 … uint32_t bufferGL, TextureType textureType, const TextureFormat &textureFormat, in readTextureAndVerify() 1286 TextureType textureType, uint32_t caseFlags = 0) in ImageStoreCase() 1475 TextureType textureType, uint32_t caseFlags = 0) in ImageLoadAndStoreCase() 1486 … const TextureFormat &textureFormat, const TextureFormat &imageFormat, TextureType textureType, in ImageLoadAndStoreCase()
|
| D | es31fTextureGatherTests.cpp | 871 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() 2059 …TextureType textureType, Context &context, const char *name, const char *description, GatherType g… in makeTextureGatherCase() 2182 const TextureType textureType = textureTypes[textureTypeNdx].type; in init() local
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | vk_utils.cpp | 1529 VkImageType GetImageType(gl::TextureType textureType) in GetImageType() 1550 VkImageViewType GetImageViewType(gl::TextureType textureType) in GetImageViewType() 1662 void GetExtentsAndLayerCount(gl::TextureType textureType, in GetExtentsAndLayerCount()
|
| D | vk_format_utils.cpp | 416 gl::TextureType textureType, in GetMinimalImageCreateFlags()
|
| /external/swiftshader/src/Device/ |
| D | Sampler.hpp | 89 VkImageViewType textureType; member
|
| /external/skia/src/gpu/ganesh/vk/ |
| D | GrVkBackendSurface.cpp | 124 GrTextureType textureType = in MakeVk() local
|