Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageUtil.cpp288 class TextureCubeMapImageSource : public TextureImageSource class
291TextureCubeMapImageSource (EGLenum source, GLenum internalFormat, GLenum format, GLenum type, bool… in TextureCubeMapImageSource() function in deqp::egl::Image::TextureCubeMapImageSource
302 void TextureCubeMapImageSource::initTexture (const glw::Functions& gl) const in initTexture()
541 …return MovePtr<ImageSource>(new TextureCubeMapImageSource(source, internalFormat, format, type, us… in createTextureImageSource()