Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/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
/third_party/skia/src/gpu/
DGrTexture.h43 GrTextureType textureType() const { return fTextureType; } in textureType() function
DGrResourceProvider.cpp46 GrTextureType textureType, in createTexture()
114 GrTextureType textureType, in getExactScratch()
136 GrTextureType textureType, in createTexture()
195 GrTextureType textureType, in createTexture()
270 GrTextureType textureType, in createApproxTexture()
322 GrTextureType textureType, in findAndRefScratchTexture()
DGrTextureProxy.h55 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
DGrTexture.cpp44 GrTextureType textureType, in GrTexture()
DGrGpu.cpp100 GrTextureType textureType, in createTextureCommon()
154 GrTextureType textureType, in createTexture()
184 GrTextureType textureType, in createTexture()
DGrProgramDesc.cpp48 static uint32_t sampler_key(GrTextureType textureType, const GrSwizzle& swizzle, in sampler_key()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h160 GLenum textureType; member
177 GLenum textureType, in UniformTypeInfo()
/third_party/skia/include/gpu/
DGrBackendSurface.h124 GrTextureType textureType() const { return fTextureType; } in textureType() function
315 GrTextureType textureType() const { return fTextureType; } in textureType() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2318 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D()
2326 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D()
2333 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery()
2363 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
DBlitGL.cpp269 gl::TextureType textureType, in copyImageToLUMAWorkaroundTexture()
298 gl::TextureType textureType, in copySubImageToLUMAWorkaroundTexture()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp391 auto *textureType = new TType(samplerType); in getTextureEnv() local
563 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp149 TextureType textureType : BITS(TEXTURE_LAST); member
221 TextureType textureType; member in sw::Sampler
/third_party/skia/src/sksl/ir/
DSkSLType.cpp294 SamplerType(const char* name, const Type& textureType) in SamplerType()
298 const TextureType& textureType() const override { in textureType() function in SkSL::SamplerType
442 std::unique_ptr<Type> Type::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType()
DSkSLType.h348 virtual const Type& textureType() const { in textureType() function
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp484 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox()
968 DWRITE_TEXTURE_TYPE textureType) in drawDWMask()
1168 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.h35 TextureType textureType; member
54 TextureType textureType; member
DProgramExecutable.cpp459 TextureType textureType = stream->readEnum<TextureType>(); in load() local
474 TextureType textureType = static_cast<TextureType>(stream->readInt<unsigned int>()); in load() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp288 const gl::TextureType textureType = in initImpl() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1460 VkImageType GetImageType(gl::TextureType textureType) in GetImageType()
1481 VkImageViewType GetImageViewType(gl::TextureType textureType) in GetImageViewType()
1593 void GetExtentsAndLayerCount(gl::TextureType textureType, in GetExtentsAndLayerCount()
/third_party/vk-gl-cts/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
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h300 TextureType textureType; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp93 VkImageViewType textureType; member
/third_party/vk-gl-cts/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