/external/angle/src/libANGLE/renderer/null/ |
D | FramebufferNULL.cpp | 124 glFormat.computeRowPitch(type, origArea.width, packState.alignment, in readPixels()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 329 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()
|
D | TextureGL.cpp | 380 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()
|
D | renderergl_utils.cpp | 2068 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, size.width, state.alignment, in ShouldApplyLastRowPaddingWorkaround()
|
/external/angle/src/libANGLE/ |
D | formatutils.h | 140 ANGLE_NO_DISCARD bool computeRowPitch(GLenum formatType,
|
D | capture_gles_2_0_params.cpp | 697 (void)internalFormatInfo.computeRowPitch(type, width, unpack.alignment, unpack.rowLength, in CaptureTexImage2D_pixels()
|
D | formatutils.cpp | 1245 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/ |
D | Image11.cpp | 278 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()
|
D | TextureStorage11.cpp | 771 internalFormatInfo.computeRowPitch(type, width, unpack.alignment, in setData()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | FramebufferD3D.cpp | 211 sizedFormatInfo.computeRowPitch(type, area.width, packState.alignment, in readPixels()
|
D | TextureD3D.cpp | 757 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeRowPitch(formatInfo.type, image->getWidth(), in initializeContents()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 489 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/ |
D | FrameBufferMtl.mm | 175 sizedFormatInfo.computeRowPitch(type, area.width, packState.alignment,
|
D | TextureMtl.mm | 1013 ANGLE_CHECK_GL_MATH(contextMtl, formatInfo.computeRowPitch(type, area.width, unpack.alignment,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 2854 formatInfo.computeRowPitch(type, glExtents.width, unpack.alignment, in CalculateBufferInfo() 3481 sizedFormatInfo.computeRowPitch(type, area.width, packState.alignment, in GetReadPixelsParams()
|