Searched refs:computePackUnpackEndByte (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/ |
D | formatutils.h | 166 ANGLE_NO_DISCARD bool computePackUnpackEndByte(GLenum formatType,
|
D | capture_gles_3_0_params.cpp | 689 internalFormatInfo.computePackUnpackEndByte(type, size, unpack, true, &endByte); in CaptureTexImage3D_pixels()
|
D | validationES.cpp | 998 if (!formatInfo.computePackUnpackEndByte(type, size, unpack, targetIs3D, &endByte)) in ValidImageDataSize() 5668 if (!formatInfo.computePackUnpackEndByte(type, size, pack, false, &endByte)) in ValidatePixelPack()
|
D | formatutils.cpp | 1345 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte() function in gl::InternalFormat
|
D | FrameCapture.cpp | 2044 format.computePackUnpackEndByte(getType, size, unpack, true, &endByte); in CaptureMidExecutionSetup()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 2066 glFormat.computePackUnpackEndByte(type, size, state, is3D, &endByte)); in ShouldApplyLastRowPaddingWorkaround()
|
D | TextureGL.cpp | 1895 ANGLE_CHECK_GL_MATH(contextGL, internalFormatInfo.computePackUnpackEndByte( in initializeContents()
|