Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DTextureGL.h34 struct LevelInfoGL struct
54 LevelInfoGL(); argument
55 LevelInfoGL(GLenum sourceFormat,
267 const LevelInfoGL &levelInfo);
272 const LevelInfoGL &levelInfo);
273 const LevelInfoGL &getLevelInfo(gl::TextureTarget target, size_t level) const;
274 const LevelInfoGL &getBaseLevelInfo() const;
276 std::vector<LevelInfoGL> mLevelInfo;
DTextureGL.cpp77 LevelInfoGL GetLevelInfo(const angle::FeaturesGL &features, in GetLevelInfo()
83 return LevelInfoGL(originalFormat, destinationInternalFormat, in GetLevelInfo()
122 LevelInfoGL::LevelInfoGL() : LevelInfoGL(GL_NONE, GL_NONE, false, LUMAWorkaroundGL(), false) {} in LevelInfoGL() function in rx::LevelInfoGL
124 LevelInfoGL::LevelInfoGL(GLenum sourceFormat_, in LevelInfoGL() function in rx::LevelInfoGL
268 LevelInfoGL levelInfo = GetLevelInfo(features, internalFormat, texImageFormat.internalFormat); in setImageHelper()
601 LevelInfoGL levelInfo = in setCompressedImage()
737 LevelInfoGL levelInfo = in copyImage()
830 const LevelInfoGL &levelInfo = getLevelInfo(target, level); in copySubImage()
958 const LevelInfoGL &sourceLevelInfo = in copySubTextureHelper()
985 const LevelInfoGL &destLevelInfo = getLevelInfo(target, level); in copySubTextureHelper()
[all …]