Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DColorBuffer.cpp114 colorBuffer->mGlAndVkAreSharingExternalMemory = true; in create()
318 if (mGlAndVkAreSharingExternalMemory) { in flushFromGl()
332 if (mGlAndVkAreSharingExternalMemory) { in flushFromVk()
360 if (mGlAndVkAreSharingExternalMemory) { in flushFromVkBytes()
381 if (mGlAndVkAreSharingExternalMemory) { in invalidateForGl()
395 if (mGlAndVkAreSharingExternalMemory) { in invalidateForVk()
DColorBuffer.h134 bool mGlAndVkAreSharingExternalMemory = false; variable