Home
last modified time | relevance | path

Searched refs:computeDepthPitch (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/
Dformatutils.h149 ANGLE_NO_DISCARD bool computeDepthPitch(GLsizei height,
153 ANGLE_NO_DISCARD bool computeDepthPitch(GLenum formatType,
Dformatutils.cpp1540 bool InternalFormat::computeDepthPitch(GLsizei height, in computeDepthPitch() function in gl::InternalFormat
1564 bool InternalFormat::computeDepthPitch(GLenum formatType, in computeDepthPitch() function in gl::InternalFormat
1577 return computeDepthPitch(height, imageHeight, rowPitch, resultOut); in computeDepthPitch()
1668 if (is3D && !computeDepthPitch(size.height, state.imageHeight, rowPitch, &depthPitch)) in computePackUnpackEndByte()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp283 ANGLE_CHECK_GL_MATH(context11, formatInfo.computeDepthPitch(area.height, unpack.imageHeight, in loadData()
324 context11, formatInfo.computeDepthPitch(area.height, 0, inputRowPitch, &inputDepthPitch)); in loadCompressedData()
DTextureStorage11.cpp775 ANGLE_CHECK_GL_MATH(context11, internalFormatInfo.computeDepthPitch( in setData()
/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_params.cpp701 (void)internalFormatInfo.computeDepthPitch(height, unpack.imageHeight, srcRowPitch, in CaptureTexImage2D_pixels()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp528 context9, formatInfo.computeDepthPitch(area.height, 0, inputRowPitch, &inputDepthPitch)); in loadCompressedData()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp3162 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeDepthPitch( in setImage()
3192 ANGLE_CHECK_GL_MATH(contextD3D, formatInfo.computeDepthPitch( in setSubImage()
3230 contextD3D, formatInfo.computeDepthPitch(GL_UNSIGNED_BYTE, size.width, size.height, 1, 0, 0, in setCompressedImage()
3259 contextD3D, formatInfo.computeDepthPitch(GL_UNSIGNED_BYTE, area.width, area.height, 1, 0, 0, in setCompressedSubImage()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp415 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeDepthPitch(area.height, unpack.imageHeight, in setSubImageRowByRowWorkaround()
489 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeDepthPitch(area.height, unpack.imageHeight, in setSubImagePaddingWorkaround()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1563 contextMtl, formatInfo.computeDepthPitch(area.height, unpack.imageHeight, sourceRowPitch,
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5670 formatInfo.computeDepthPitch(glExtents.height, unpack.imageHeight, in CalculateBufferInfo()