Searched refs:allocBuffer (Results 1 – 4 of 4) sorted by relevance
116 char* allocBuffer(size_t size) { in allocBuffer() function in android::emulation::asg::AddressSpaceGraphicsTest::Client637 auto buf = client.allocBuffer(next); in runRoundTrips()682 auto buf = client.allocBuffer(1025); in TEST_F()685 buf = client.allocBuffer(4); in TEST_F()696 auto buf = client.allocBuffer(1024); in TEST_F()700 buf = client.allocBuffer(1024); in TEST_F()720 auto buf = client.allocBuffer(1); in TEST_F()767 auto buf = client.allocBuffer(1); in TEST_F()
242 Allocation allocBuffer() { in allocBuffer() function in android::emulation::asg::Globals591 mBufferAllocation = sGlobals()->allocBuffer();
318 int32_t allocBuffer(uint32_t format, uint32_t w, uint32_t h);
965 int32_t ExynosDevice::captureReadbackClass::allocBuffer( in allocBuffer() function in ExynosDevice::captureReadbackClass1040 if ((ret = captureClass.allocBuffer(outFormat, display->mXres, display->mYres)) in captureScreenWithReadback()