Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSurface.cpp1210 …epth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) in create() argument
1212 …on(texture, width, height, depth, border, samples, format, lockable, renderTarget, pitchPprovided); in create()
1271 …r, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) : lockable(lo… in Surface() argument
1286 …external.pitchB = !pitchPprovided ? pitchB(external.width, 0, external.format, renderTarget && !te… in Surface()
1287 …external.pitchP = !pitchPprovided ? pitchP(external.width, 0, external.format, renderTarget && !te… in Surface()
1301 …internal.pitchB = !pitchPprovided ? pitchB(internal.width, border, internal.format, renderTarget) … in Surface()
1302 …internal.pitchP = !pitchPprovided ? pitchP(internal.width, border, internal.format, renderTarget) … in Surface()