Home | History | Annotate | Download | only in glshared

Lines Matching refs:refPtr

507 	deUint8* const				refPtr		= (deUint8*)texture.getRefBuffer().getPtr() + offset;
524 if (ptr[i] != refPtr[i])
527 log << TestLog::Message << "Invalid byte in mapped buffer. " << tcu::Format::Hex<2>(data[i]).toString() << " at " << i << ", expected " << tcu::Format::Hex<2>(refPtr[i]).toString() << TestLog::EndMessage;
548 refPtr[i] = data[i];