Lines Matching defs:access
94 const tcu::ConstPixelBufferAccess& access,
103 const deUint32 bufferSize = access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize();
132 (deUint32)access.getWidth(), // deUint32 bufferRowLength;
133 (deUint32)access.getHeight(), // deUint32 bufferImageHeight;
142 (deUint32)access.getWidth(),
143 (deUint32)access.getHeight(),
144 (deUint32)access.getDepth()
151 const tcu::PixelBufferAccess destAccess (access.getFormat(), access.getSize(), bufferAlloc->getHostPtr());
152 tcu::copy(destAccess, access);
284 tcu::PixelBufferAccess access = texture.getAccess();
286 access.setPixel(data[x], x, 0);