Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dformatutils.h168 ANGLE_NO_DISCARD bool computePackUnpackEndByte(GLenum formatType,
Dcapture_gles_3_0_params.cpp689 internalFormatInfo.computePackUnpackEndByte(type, size, unpack, true, &endByte); in CaptureTexImage3D_pixels()
DvalidationES.cpp1038 if (!formatInfo.computePackUnpackEndByte(type, size, unpack, targetIs3D, &endByte)) in ValidImageDataSize()
5700 if (!formatInfo.computePackUnpackEndByte(type, size, pack, false, &endByte)) in ValidatePixelPack()
Dformatutils.cpp1382 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte() function in gl::InternalFormat
DFrameCapture.cpp2251 format.computePackUnpackEndByte(getType, size, unpack, true, &endByte); in CaptureMidExecutionSetup()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2126 glFormat.computePackUnpackEndByte(type, size, state, is3D, &endByte)); in ShouldApplyLastRowPaddingWorkaround()
DTextureGL.cpp1975 ANGLE_CHECK_GL_MATH(contextGL, internalFormatInfo.computePackUnpackEndByte( in initializeContents()