Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h166 ANGLE_NO_DISCARD bool computePackUnpackEndByte(GLenum formatType,
Dcapture_gles_3_0_params.cpp689 internalFormatInfo.computePackUnpackEndByte(type, size, unpack, true, &endByte); in CaptureTexImage3D_pixels()
DvalidationES.cpp998 if (!formatInfo.computePackUnpackEndByte(type, size, unpack, targetIs3D, &endByte)) in ValidImageDataSize()
5668 if (!formatInfo.computePackUnpackEndByte(type, size, pack, false, &endByte)) in ValidatePixelPack()
Dformatutils.cpp1345 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte() function in gl::InternalFormat
DFrameCapture.cpp2044 format.computePackUnpackEndByte(getType, size, unpack, true, &endByte); in CaptureMidExecutionSetup()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2066 glFormat.computePackUnpackEndByte(type, size, state, is3D, &endByte)); in ShouldApplyLastRowPaddingWorkaround()
DTextureGL.cpp1895 ANGLE_CHECK_GL_MATH(contextGL, internalFormatInfo.computePackUnpackEndByte( in initializeContents()