Home | History | Annotate | Download | only in tests

Lines Matching defs:depthBuffer

1077         CpuConsumer::LockedBuffer depthBuffer;
1078 EXPECT_OK(depthConsumer->lockNextBuffer(&depthBuffer));
1082 ", dataPtr = " << (void*)depthBuffer.data <<
1083 ", timestamp = " << depthBuffer.timestamp << std::endl;
1085 EXPECT_OK(depthConsumer->unlockBuffer(depthBuffer));