Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.hpp133 const glu::TextureCube* getCube(void) const in getCube() function in deqp::TextureBinding
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp103 const glu::TextureCube* getCube (void) const { DE_ASSERT(getType() == TYPE_CUBE_MAP); return m_binding.texCube; } in getCube() function in deqp::gls::TextureBinding
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp145 const tcu::TextureCube& getCube (void) const { DE_ASSERT(getType() == TYPE_CUBE_MAP && m_binding.texCube != NULL); return *m_binding.texCube; } in getCube() function in vkt::sr::TextureBinding
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.hpp145 const tcu::TextureCube& getCube (void) const { DE_ASSERT(getType() == TYPE_CUBE_MAP && m_binding.texCube != NULL); return *m_binding.texCube; } in getCube() function in vkt::sr::TextureBinding

Completed in 5 milliseconds