HomeSort by relevance Sort by last modified time
    Searched refs:pitchB (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/src/Main/
FrameBufferOzone.cpp 22 sw::Surface::pitchB(width, destFormat, true),
  /external/swiftshader/src/Renderer/
Surface.hpp 243 int pitchB;
329 static int pitchB(int width, Format format, bool target);
544 return external.pitchB;
569 return internal.pitchB;
594 return stencil.pitchB;
Blitter.hpp 91 static Int ComputeOffset(Int& x, Int& y, Int& pitchB, int bytes, bool quadLayout);
Surface.cpp 55 void *element = (unsigned char*)buffer + x * bytes + y * pitchB + z * sliceB;
62 void *element = (unsigned char*)buffer + x * bytes + y * pitchB;
373 void *element = (unsigned char*)buffer + x * bytes + y * pitchB + z * sliceB;
380 void *element = (unsigned char*)buffer + x * bytes + y * pitchB;
1104 return (unsigned char*)buffer + 8 * (x / 4) + (y / 4) * pitchB + z * sliceB;
1111 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB;
1114 return (unsigned char*)buffer + 16 * (x / 5) + (y / 4) * pitchB + z * sliceB;
1117 return (unsigned char*)buffer + 16 * (x / 5) + (y / 5) * pitchB + z * sliceB;
1120 return (unsigned char*)buffer + 16 * (x / 6) + (y / 5) * pitchB + z * sliceB;
1123 return (unsigned char*)buffer + 16 * (x / 6) + (y / 6) * pitchB + z * sliceB
    [all...]
Blitter.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3DVolume8.cpp 147 lockedVolume->RowPitch = pitchB(getWidth(), getExternalFormat(), false);
  /external/swiftshader/src/OpenGL/common/
Image.cpp 1105 GLsizei pitchB = ComputePitch(width, format, type, alignment);
1106 return (skipImages * height + skipRows) * pitchB + skipPixels * ComputePixelSize(format, type);
    [all...]

Completed in 155 milliseconds