Home
last modified time | relevance | path

Searched refs:computePackUnpackEndByte (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h216 [[nodiscard]] bool computePackUnpackEndByte(GLenum formatType,
H A DvalidationES.cpp1372 if (!formatInfo.computePackUnpackEndByte(type, size, unpack, targetIs3D, &endByte)) in ValidImageDataSize()
7479 if (!formatInfo.computePackUnpackEndByte(type, size, pack, false, &endByte)) in ValidatePixelPack()
H A Dformatutils.cpp1949 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte() function in gl::InternalFormat
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_3_0_params.cpp718 internalFormatInfo.computePackUnpackEndByte(type, size, unpack, true, &endByte); in CaptureTexImage3D_pixels()
H A Dserialize.cpp828 format.computePackUnpackEndByte(readType, size, packState, false, &bytes); in SerializeRenderbuffer()
1272 bool unpackSize = format.computePackUnpackEndByte(glType, size, packState, true, &endByte); in SerializeTextureData()
H A DFrameCapture.cpp4687 format.computePackUnpackEndByte(getType, extents, unpack, true, &endByte); in CaptureShareGroupMidExecutionSetup()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp2366 ANGLE_CHECK_GL_MATH(contextGL, internalFormatInfo.computePackUnpackEndByte( in initializeContents()
H A Drenderergl_utils.cpp3156 glFormat.computePackUnpackEndByte(type, size, state, is3D, &endByte)); in ShouldApplyLastRowPaddingWorkaround()