Searched refs:computeCompressedImageSize (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/ |
D | formatutils.h | 161 ANGLE_NO_DISCARD bool computeCompressedImageSize(const Extents &size, GLuint *resultOut) const;
|
D | formatutils.cpp | 1528 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, ©Bytes)) in computePackUnpackEndByte()
|
D | validationES3.cpp | 1827 if (!formatInfo.computeCompressedImageSize(Extents(width, height, depth), &blockSize)) in ValidateCompressedTexImage3D() 2618 if (!formatInfo.computeCompressedImageSize(Extents(width, height, depth), &blockSize)) in ValidateCompressedTexSubImage3D()
|
D | validationES2.cpp | 2972 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/ |
D | TextureGL.cpp | 1065 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/ |
D | vk_helpers.cpp | 5435 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/ |
D | FrameCapture.cpp | 5721 bool result = format.computeCompressedImageSize(levelExtents, &sizeInBytes); in getCachedTextureLevelData()
|