Searched refs:pitchB (Results 1 – 3 of 3) sorted by relevance
53 void *element = (unsigned char*)buffer + x * bytes + y * pitchB + z * sliceB; in write()60 void *element = (unsigned char*)buffer + x * bytes + y * pitchB; in write()371 void *element = (unsigned char*)buffer + x * bytes + y * pitchB + z * sliceB; in read()378 void *element = (unsigned char*)buffer + x * bytes + y * pitchB; in read()1102 return (unsigned char*)buffer + 8 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()1109 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()1112 return (unsigned char*)buffer + 16 * (x / 5) + (y / 4) * pitchB + z * sliceB; in lockRect()1115 return (unsigned char*)buffer + 16 * (x / 5) + (y / 5) * pitchB + z * sliceB; in lockRect()1118 return (unsigned char*)buffer + 16 * (x / 6) + (y / 5) * pitchB + z * sliceB; in lockRect()1121 return (unsigned char*)buffer + 16 * (x / 6) + (y / 6) * pitchB + z * sliceB; in lockRect()[all …]
243 int pitchB; member321 static int pitchB(int width, Format format, bool target);533 return external.pitchB; in getExternalPitchB()558 return internal.pitchB; in getInternalPitchB()578 return stencil.pitchB; in getStencilPitchB()
1105 GLsizei pitchB = ComputePitch(width, format, type, alignment); in ComputePackingOffset() local1106 return (skipImages * height + skipRows) * pitchB + skipPixels * ComputePixelSize(format, type); in ComputePackingOffset()