Searched defs:pitchB (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 553 GLsizei pitchB = ComputePitch(width, format, type, storageModes.alignment); in ComputePackingOffset() local 1130 int pitchB = static_cast<int>(IOSurfaceGetBytesPerRowOfPlane(ioSurface, plane)); in pitchP() local 1172 int pitchB = static_cast<int>(IOSurfaceGetBytesPerRowOfPlane(ioSurface, plane)); in lock() local
|
/external/swiftshader/src/Device/ |
D | Surface.hpp | 102 int pitchB; member
|
D | Blitter.cpp | 1384 Int Blitter::ComputeOffset(Int &x, Int &y, Int &pitchB, int bytes, bool quadLayout) in ComputeOffset()
|
D | Surface.cpp | 1288 int Surface::pitchB(int width, int border, VkFormat format, bool target) in pitchB() function in sw::Surface
|
/external/swiftshader/src/Renderer/ |
D | Blitter.cpp | 1144 Int Blitter::ComputeOffset(Int &x, Int &y, Int &pitchB, int bytes, bool quadLayout) in ComputeOffset()
|
D | Surface.hpp | 268 int pitchB; member
|
D | Surface.cpp | 1722 int Surface::pitchB(int width, int border, Format format, bool target) in pitchB() function in sw::Surface
|