Home
last modified time | relevance | path

Searched defs:get3D (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp143 const glu::Texture3D* get3D(void) const in get3D() function in deqp::TextureBinding
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp105 const glu::Texture3D* get3D (void) const { DE_ASSERT(getType() == TYPE_3D); return m_binding.tex3D; } in get3D() function in deqp::gls::TextureBinding
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp144 const tcu::Texture3D& get3D (void) const { DE_ASSERT(getType() == TYPE_3D && m_binding.tex3D != NULL); return *m_binding.tex3D; } in get3D() function in vkt::sr::TextureBinding
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.hpp144 const tcu::Texture3D& get3D (void) const { DE_ASSERT(getType() == TYPE_3D && m_binding.tex3D != NULL); return *m_binding.tex3D; } in get3D() function in vkt::sr::TextureBinding

Completed in 7 milliseconds