HomeSort by relevance Sort by last modified time
    Searched defs:getEffectiveFormat (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglImageUtil.cpp 183 GLenum getEffectiveFormat (void) const;
210 GLenum getEffectiveFormat (GLenum format, GLenum type)
215 GLenum TextureImageSource::getEffectiveFormat (void) const
220 return deqp::egl::Image::getEffectiveFormat(m_format, m_type);
336 GLenum getEffectiveFormat (void) const { return m_format; }
521 GLenum getEffectiveFormat (void) const { return m_format; }
teglImageFormatTests.cpp 188 glw::GLenum getEffectiveFormat (void) const { return m_imgSource->getEffectiveFormat(); }
    [all...]

Completed in 214 milliseconds