Searched refs:computeCompressedImageSize (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | TextureGL.cpp | 1146 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 D | formatutils.h | 205 [[nodiscard]] bool computeCompressedImageSize(const Extents &size, GLuint *resultOut) const;
|
H A D | validationES3.cpp | 2069 if (!formatInfo.computeCompressedImageSize(Extents(width, height, depth), &blockSize)) in ValidateCompressedTexImage3D() 2944 if (!formatInfo.computeCompressedImageSize(Extents(width, height, depth), &blockSize)) in ValidateCompressedTexSubImage3D()
|
H A D | formatutils.cpp | 1855 bool InternalFormat::computeCompressedImageSize(const Extents &size, GLuint *resultOut) const in computeCompressedImageSize() function in gl::InternalFormat 1971 if (!computeCompressedImageSize(size, ©Bytes)) in computePackUnpackEndByte()
|
H A D | validationES2.cpp | 3016 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 D | mtl_utils.mm | 1385 if (!mtlFormat.intendedInternalFormat().computeCompressedImageSize(size, &textureSize))
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 8518 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 D | capture_gles_ext_params.cpp | 3666 bool result = formatInfo->computeCompressedImageSize(levelExtents, &size); in CaptureGetCompressedTexImageANGLE_pixels()
|
H A D | FrameCapture.cpp | 4668 bool result = format.computeCompressedImageSize(extents, &sizeInBytes); in CaptureShareGroupMidExecutionSetup()
|