Home
last modified time | relevance | path

Searched refs:getEffectiveFormat (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglImageUtil.cpp183 GLenum getEffectiveFormat (void) const;
210 GLenum getEffectiveFormat (GLenum format, GLenum type) in getEffectiveFormat() function
215 GLenum TextureImageSource::getEffectiveFormat (void) const in getEffectiveFormat() function in deqp::egl::Image::TextureImageSource
220 return deqp::egl::Image::getEffectiveFormat(m_format, m_type); in getEffectiveFormat()
336 GLenum getEffectiveFormat (void) const { return m_format; } in getEffectiveFormat() function in deqp::egl::Image::RenderbufferImageSource
521 GLenum getEffectiveFormat (void) const { return m_format; } in getEffectiveFormat() function in deqp::egl::Image::UnsupportedImageSource
DteglImageUtil.hpp77 virtual glw::GLenum getEffectiveFormat (void) const = 0;
DteglAndroidUtil.cpp109 GLenum getEffectiveFormat (void) const { return m_format; } in getEffectiveFormat() function in deqp::egl::Image::AndroidNativeImageSource
DteglImageFormatTests.cpp188 glw::GLenum getEffectiveFormat (void) const { return m_imgSource->getEffectiveFormat(); } in getEffectiveFormat() function in deqp::egl::Image::GLES2ImageApi::Create
1221 const GLenum createFormat = gles2Create->getEffectiveFormat(); in isCompatibleCreateAndRenderActions()
1384 const GLenum createFormat = gles2Create->getEffectiveFormat(); in isCompatibleCreateAndModifyActions()