Home
last modified time | relevance | path

Searched refs:computeRowPitch (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp124 glFormat.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp329 contextGL, glFormatOriginal.computeRowPitch(type, area.width, pack.alignment, in RearrangeEXTTextureNorm16Pixels()
667 glFormat.computeRowPitch(readType, area.width, packState.alignment, in readPixels()
1441 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, area.width, pack.alignment, in readPixelsRowByRow()
1495 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, area.width, pack.alignment, in readPixelsAllAtOnce()
DTextureGL.cpp380 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, area.width, unpack.alignment, in setSubImageRowByRowWorkaround()
439 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, area.width, unpack.alignment, in setSubImagePaddingWorkaround()
Drenderergl_utils.cpp2068 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, size.width, state.alignment, in ShouldApplyLastRowPaddingWorkaround()
/external/angle/src/libANGLE/
Dformatutils.h140 ANGLE_NO_DISCARD bool computeRowPitch(GLenum formatType,
Dcapture_gles_2_0_params.cpp697 (void)internalFormatInfo.computeRowPitch(type, width, unpack.alignment, unpack.rowLength, in CaptureTexImage2D_pixels()
Dformatutils.cpp1245 bool InternalFormat::computeRowPitch(GLenum formatType, in computeRowPitch() function in gl::InternalFormat
1300 if (!computeRowPitch(formatType, width, alignment, rowLength, &rowPitch)) in computeDepthPitch()
1352 if (!computeRowPitch(formatType, size.width, state.alignment, state.rowLength, &rowPitch)) in computePackUnpackEndByte()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp278 ANGLE_CHECK_GL_MATH(context11, formatInfo.computeRowPitch(type, area.width, unpack.alignment, in loadData()
319 context11, formatInfo.computeRowPitch(GL_UNSIGNED_BYTE, area.width, 1, 0, &inputRowPitch)); in loadCompressedData()
DTextureStorage11.cpp771 internalFormatInfo.computeRowPitch(type, width, unpack.alignment, in setData()
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp211 sizedFormatInfo.computeRowPitch(type, area.width, packState.alignment, in readPixels()
DTextureD3D.cpp757 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeRowPitch(formatInfo.type, image->getWidth(), in initializeContents()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp489 ANGLE_CHECK_GL_MATH(context9, formatInfo.computeRowPitch(type, area.width, unpack.alignment, in loadData()
524 context9, formatInfo.computeRowPitch(GL_UNSIGNED_BYTE, area.width, 1, 0, &inputRowPitch)); in loadCompressedData()
/external/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm175 sizedFormatInfo.computeRowPitch(type, area.width, packState.alignment,
DTextureMtl.mm1013 ANGLE_CHECK_GL_MATH(contextMtl, formatInfo.computeRowPitch(type, area.width, unpack.alignment,
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2854 formatInfo.computeRowPitch(type, glExtents.width, unpack.alignment, in CalculateBufferInfo()
3481 sizedFormatInfo.computeRowPitch(type, area.width, packState.alignment, in GetReadPixelsParams()