Searched refs:computePackUnpackEndByte (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | formatutils.h | 216 [[nodiscard]] bool computePackUnpackEndByte(GLenum formatType,
|
H A D | validationES.cpp | 1372 if (!formatInfo.computePackUnpackEndByte(type, size, unpack, targetIs3D, &endByte)) in ValidImageDataSize() 7479 if (!formatInfo.computePackUnpackEndByte(type, size, pack, false, &endByte)) in ValidatePixelPack()
|
H A D | formatutils.cpp | 1949 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte() function in gl::InternalFormat
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | capture_gles_3_0_params.cpp | 718 internalFormatInfo.computePackUnpackEndByte(type, size, unpack, true, &endByte); in CaptureTexImage3D_pixels()
|
H A D | serialize.cpp | 828 format.computePackUnpackEndByte(readType, size, packState, false, &bytes); in SerializeRenderbuffer() 1272 bool unpackSize = format.computePackUnpackEndByte(glType, size, packState, true, &endByte); in SerializeTextureData()
|
H A D | FrameCapture.cpp | 4687 format.computePackUnpackEndByte(getType, extents, unpack, true, &endByte); in CaptureShareGroupMidExecutionSetup()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | TextureGL.cpp | 2366 ANGLE_CHECK_GL_MATH(contextGL, internalFormatInfo.computePackUnpackEndByte( in initializeContents()
|
H A D | renderergl_utils.cpp | 3156 glFormat.computePackUnpackEndByte(type, size, state, is3D, &endByte)); in ShouldApplyLastRowPaddingWorkaround()
|