Home
last modified time | relevance | path

Searched refs:getSampler1DArrayType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureUtil.hpp79 DataType getSampler1DArrayType(tcu::TextureFormat format);
H A DgluTextureUtil.cpp1333 DataType getSampler1DArrayType(tcu::TextureFormat format) in getSampler1DArrayType() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp2024 … samplerType = isShadow ? glu::TYPE_SAMPLER_1D_ARRAY_SHADOW : glu::getSampler1DArrayType(texFmt); in initShaderSources()