Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp445 uint64_t clientUsage = static_cast<uint64_t>(BufferUsage::CPU_READ_OFTEN | in TEST_P() local
469 clientFormat, clientUsage, /*import*/ true, &clientStride); in TEST_P()
473 mGralloc->lock(clientBufferHandle.get(), clientUsage, layer->mAccessRegion, -1); in TEST_P()
556 uint64_t clientUsage = in TEST_P() local
597 clientFormat, clientUsage, /*import*/ true, &clientStride); in TEST_P()
600 void* clientBufData = mGralloc->lock(clientBufferHandle.get(), clientUsage, in TEST_P()