Home
last modified time | relevance | path

Searched refs:getSamplerCubeArrayType (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureUtil.hpp82 DataType getSamplerCubeArrayType(tcu::TextureFormat format);
H A DgluTextureUtil.cpp1441 DataType getSamplerCubeArrayType(tcu::TextureFormat format) in getSamplerCubeArrayType() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp243 … TextureCubeArrayShader arrayTexShader(glu::getSamplerCubeArrayType(texFmt), glu::TYPE_FLOAT_VEC4, in render()
H A Des31fTextureSpecificationTests.cpp263 …TextureCubeArrayShader shader(glu::getSamplerCubeArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4, gls… in verifyTexture()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp2027 …samplerType = isShadow ? glu::TYPE_SAMPLER_CUBE_ARRAY_SHADOW : glu::getSamplerCubeArrayType(texFmt… in initShaderSources()