Searched refs:sourceLevelGL (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.h | 88 GLint sourceLevelGL, 96 GLint sourceLevelGL, 341 gl::LevelIndex sourceLevelGL, 387 gl::LevelIndex sourceLevelGL, 398 gl::LevelIndex sourceLevelGL, 407 gl::LevelIndex sourceLevelGL,
|
D | TextureVk.cpp | 573 GLint sourceLevelGL, in copyTexture() argument 583 sourceVk->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevelGL); in copyTexture() 592 gl::LevelIndex(sourceLevelGL), sourceBox, unpackFlipY, in copyTexture() 599 GLint sourceLevelGL, in copySubTexture() argument 611 gl::LevelIndex(sourceLevelGL), sourceBox, unpackFlipY, in copySubTexture() 674 constexpr GLint sourceLevelGL = 0; in copyCompressedTexture() local 677 const gl::InternalFormat &internalFormat = *source->getFormat(sourceTarget, sourceLevelGL).info; in copyCompressedTexture() 680 const gl::Extents size(static_cast<int>(source->getWidth(sourceTarget, sourceLevelGL)), in copyCompressedTexture() 681 static_cast<int>(source->getHeight(sourceTarget, sourceLevelGL)), in copyCompressedTexture() 682 static_cast<int>(source->getDepth(sourceTarget, sourceLevelGL))); in copyCompressedTexture() [all …]
|
D | vk_helpers.h | 1835 gl::LevelIndex sourceLevelGL,
|
D | vk_helpers.cpp | 6700 gl::LevelIndex sourceLevelGL, in copyImageDataToBuffer() argument 6740 LevelIndex sourceLevelVk = toVkLevel(sourceLevelGL); in copyImageDataToBuffer()
|