/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A 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
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A 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()
|
H A D | GrGpu.cpp | 102 GrTextureType textureType, in createTextureCommon() 158 GrTextureType textureType, in createTexture() 191 GrTextureType textureType, in createTexture()
|
H A D | GrTexture.h | 55 GrTextureType textureType() const { return fTextureType; } in textureType() function
|
H A D | GrTexture.cpp | 45 GrTextureType textureType, in GrTexture()
|
H A D | GrBackendSurfacePriv.h | 109 static GrBackendFormat MakeGrBackendFormat(GrTextureType textureType, in MakeGrBackendFormat()
|
H A D | GrProgramDesc.cpp | 53 static uint32_t sampler_key(GrTextureType textureType, const skgpu::Swizzle& swizzle, in sampler_key()
|
H A D | GrTextureProxy.cpp | 173 GrTextureType GrTextureProxy::textureType() const { return this->backendFormat().textureType(); } in textureType() function in GrTextureProxy
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A 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
|
/aosp_15_r20/external/skia/include/gpu/ganesh/ |
H A 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
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 2846 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D() 2854 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D() 2861 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery() 2891 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/android/ |
H A D | HardwareBufferImageSiblingVkAndroid.cpp | 126 gl::TextureType textureType = layerCount > 1 ? gl::TextureType::_2DArray : gl::TextureType::_2D; in AhbDescUsageToTextureType() local 438 const gl::TextureType textureType = AhbDescUsageToTextureType(ahbDescription, layerCount); in initImpl() local
|
/aosp_15_r20/external/angle/src/common/ |
H A D | utilities.h | 161 GLenum textureType; member 178 GLenum textureType, in UniformTypeInfo()
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | SymbolEnv.cpp | 392 auto *textureType = new TType(samplerType); in getTextureEnv() local 556 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A 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()
|
H A 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
|
/aosp_15_r20/external/clang/test/SemaObjCXX/ |
H A D | instantiate-property-access.mm | 15 @property int textureType; property
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 575 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()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A 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()
|
H A D | vk_helpers.cpp | 6122 gl::TextureType textureType, in init() 6206 gl::TextureType textureType, in initMSAASwapchain() 6232 gl::TextureType textureType, in initExternal() 6834 gl::TextureType textureType, in initLayerImageView() 6850 gl::TextureType textureType, in initLayerImageViewWithUsage() 6868 gl::TextureType textureType, in initLayerImageViewWithYuvModeOverride() 6886 gl::TextureType textureType, in initLayerImageViewImpl() 6960 gl::TextureType textureType, in initReinterpretedLayerImageView() 7142 gl::TextureType textureType, in initImplicitMultisampledRenderToTexture() 9273 gl::TextureType textureType, in stagePartialClear() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 911 static inline glu::DataType getSamplerType(TextureType textureType, const tcu::TextureFormat &forma… in getSamplerType() 1097 TextureType textureType; member 1378 const auto textureType = textureBinding->getType(); in init() local 2607 TextureType textureType, tcu::TestContext &testCtx, const string &name, GatherType gatherType, in makeTextureGatherCase() 2721 const TextureType textureType = textureTypes[textureTypeNdx].type; in init() local
|
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 217 void Renderer::SetInputTextureType(GLenum textureType) in SetInputTextureType()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 41 gl::TextureType textureType = index.getType(); in ImageIndexConflictsWithSRV() local 108 gl::TextureType textureType = index.getType(); in ImageIndexConflictsWithUAV() local 2863 gl::TextureType textureType = in applyTexturesForSRVs() local 3312 gl::TextureType textureType = mExecutableD3D->getSamplerTextureType(type, i); in generateSwizzlesForShader() local
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 1531 DWRITE_TEXTURE_TYPE textureType, in generateDWMetrics() 2037 DWRITE_TEXTURE_TYPE textureType) in getDWMaskBits() 2126 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateDWImage() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | PreTransformTextureCubeGradDerivatives.cpp | 50 const TFunction *getReplacementFunction(const TType &textureType, const TType &returnType) in getReplacementFunction()
|