Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h88 GLint sourceLevelGL,
96 GLint sourceLevelGL,
341 gl::LevelIndex sourceLevelGL,
387 gl::LevelIndex sourceLevelGL,
398 gl::LevelIndex sourceLevelGL,
407 gl::LevelIndex sourceLevelGL,
DTextureVk.cpp573 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 …]
Dvk_helpers.h1835 gl::LevelIndex sourceLevelGL,
Dvk_helpers.cpp6700 gl::LevelIndex sourceLevelGL, in copyImageDataToBuffer() argument
6740 LevelIndex sourceLevelVk = toVkLevel(sourceLevelGL); in copyImageDataToBuffer()