Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h161 ANGLE_NO_DISCARD bool computeCompressedImageSize(const Extents &size, GLuint *resultOut) const;
Dformatutils.cpp1528 return computeCompressedImageSize(Extents(width, 1, 1), resultOut); in computeRowPitch()
1580 bool InternalFormat::computeCompressedImageSize(const Extents &size, GLuint *resultOut) const in computeCompressedImageSize() function in gl::InternalFormat
1677 if (!computeCompressedImageSize(size, &copyBytes)) in computePackUnpackEndByte()
DvalidationES3.cpp1827 if (!formatInfo.computeCompressedImageSize(Extents(width, height, depth), &blockSize)) in ValidateCompressedTexImage3D()
2618 if (!formatInfo.computeCompressedImageSize(Extents(width, height, depth), &blockSize)) in ValidateCompressedTexSubImage3D()
DvalidationES2.cpp2972 if (!formatInfo.computeCompressedImageSize(Extents(width, height, 1), &blockSize)) in ValidateCompressedTexImage2D()
3081 if (!formatInfo.computeCompressedImageSize(Extents(width, height, 1), &blockSize)) in ValidateCompressedTexSubImage2D()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp1065 internalFormatInfo.computeCompressedImageSize(levelSize, &dataSize)); in setStorage()
1100 internalFormatInfo.computeCompressedImageSize( in setStorage()
1161 ANGLE_CHECK_GL_MATH(contextGL, internalFormatInfo.computeCompressedImageSize( in setStorage()
2042 internalFormatInfo.computeCompressedImageSize(desc.size, &imageSize)); in initializeContents()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5435 ANGLE_VK_CHECK_MATH(contextVk, storageFormatInfo.computeCompressedImageSize( in stageSubresourceUpdateImpl()
5438 storageFormatInfo.computeCompressedImageSize( in stageSubresourceUpdateImpl()
5442 storageFormatInfo.computeCompressedImageSize(glExtents, &totalSize)); in stageSubresourceUpdateImpl()
6060 formatInfo.computeCompressedImageSize(glExtents, &totalSize)); in stageRobustResourceClearWithFormat()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5721 bool result = format.computeCompressedImageSize(levelExtents, &sizeInBytes); in getCachedTextureLevelData()