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

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

Completed in 95 milliseconds