Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp1146 internalFormatInfo.computeCompressedImageSize(levelSize, &dataSize)); in setStorage()
1181 internalFormatInfo.computeCompressedImageSize( in setStorage()
1244 ANGLE_CHECK_GL_MATH(contextGL, internalFormatInfo.computeCompressedImageSize( in setStorage()
2337 internalFormatInfo.computeCompressedImageSize(desc.size, &imageSize)); in initializeContents()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h205 [[nodiscard]] bool computeCompressedImageSize(const Extents &size, GLuint *resultOut) const;
H A DvalidationES3.cpp2069 if (!formatInfo.computeCompressedImageSize(Extents(width, height, depth), &blockSize)) in ValidateCompressedTexImage3D()
2944 if (!formatInfo.computeCompressedImageSize(Extents(width, height, depth), &blockSize)) in ValidateCompressedTexSubImage3D()
H A Dformatutils.cpp1855 bool InternalFormat::computeCompressedImageSize(const Extents &size, GLuint *resultOut) const in computeCompressedImageSize() function in gl::InternalFormat
1971 if (!computeCompressedImageSize(size, &copyBytes)) in computePackUnpackEndByte()
H A DvalidationES2.cpp3016 if (!formatInfo.computeCompressedImageSize(Extents(width, height, 1), &expectedImageSize)) in ValidateCompressedTexImage2D()
3130 if (!formatInfo.computeCompressedImageSize(Extents(width, height, 1), &blockSize)) in ValidateCompressedTexSubImage2D()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_utils.mm1385 if (!mtlFormat.intendedInternalFormat().computeCompressedImageSize(size, &textureSize))
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp8518 storageFormatInfo.computeCompressedImageSize(glExtents, &totalSize)); in stageSubresourceUpdateImpl()
9632 formatInfo.computeCompressedImageSize(glExtents, &totalSize)); in stageResourceClearWithFormat()
11071 storageFormatInfo.computeCompressedImageSize(mipExtents, &layerSize)); in readPixelsForCompressedGetImage()
11557 storageFormatInfo.computeCompressedImageSize(levelExtents, &layerSize)); in packReadPixelBuffer()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_ext_params.cpp3666 bool result = formatInfo->computeCompressedImageSize(levelExtents, &size); in CaptureGetCompressedTexImageANGLE_pixels()
H A DFrameCapture.cpp4668 bool result = format.computeCompressedImageSize(extents, &sizeInBytes); in CaptureShareGroupMidExecutionSetup()