Home
last modified time | relevance | path

Searched refs:get2DArray (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp138 const glu::Texture2DArray *get2DArray(void) const in get2DArray() function in deqp::TextureBinding
H A DglcShaderRenderCase.cpp352 textures[ndx].tex2DArray = &binding.get2DArray()->getRefTexture(); in ShaderEvalContext()
588 texObj = tex.get2DArray()->getGLTexture(); in setupDefaultInputs()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp135 const glu::Texture2DArray *get2DArray(void) const in get2DArray() function in deqp::gls::TextureBinding
H A DglsShaderRenderCase.cpp330 textures[ndx].tex2DArray = &binding.get2DArray()->getRefTexture(); in ShaderEvalContext()
574 texObj = tex.get2DArray()->getGLTexture(); in setupDefaultInputs()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp188 const tcu::Texture2DArray &get2DArray(void) const in get2DArray() function in vkt::sr::TextureBinding
H A DvktShaderRender.cpp495 textures[ndx].tex2DArray = &binding.get2DArray(); in ShaderEvalContext()
1489 const tcu::Texture2DArray &texture = textureBinding.get2DArray(); in useSampler()
H A DvktShaderRenderTextureGatherTests.cpp1399 levels = textureBinding->get2DArray().getNumLevels(); in init()