Searched refs:ComputePitch (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 59 GLsizei ComputePitch(GLsizei width, GLenum format, GLenum type, GLint alignment);
|
D | Image.cpp | 543 GLsizei ComputePitch(GLsizei width, GLenum format, GLenum type, GLint alignment) in ComputePitch() function 553 GLsizei pitchB = ComputePitch(width, format, type, storageModes.alignment); in ComputePackingOffset() 1722 GLsizei inputPitch = gl::ComputePitch(inputWidth, format, type, unpackParameters.alignment); in loadImageData()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 1562 GLsizei inputPitch = gl::ComputePitch(inputWidth, format, type, mState.unpackParameters.alignment); in getRequiredBufferSize() 3313 GLsizei outputPitch = gl::ComputePitch(outputWidth, format, type, mState.packParameters.alignment); in readPixels()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 2428 GLsizei outputPitch = gl::ComputePitch(width, format, type, mState.packAlignment); in readPixels()
|