Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp6358 mCoherentBufferTracker.enableShadowMemory();
7017 if (!(access & GL_MAP_COHERENT_BIT_EXT) || !mCoherentBufferTracker.isShadowMemoryEnabled()) in maybeGetShadowMemoryPointer()
7022 mCoherentBufferTracker.enable(); in maybeGetShadowMemoryPointer()
7024 return (void *)mCoherentBufferTracker.addBuffer(buffer->id(), realMapPointer, length); in maybeGetShadowMemoryPointer()
7031 if (mCoherentBufferTracker.isShadowMemoryEnabled()) in determineMemoryProtectionSupport()
7063 mCoherentBufferTracker.enableShadowMemory(); in determineMemoryProtectionSupport()
7069 ASSERT(mCoherentBufferTracker.canProtectDirectly(context)); in determineMemoryProtectionSupport()
7101 mCoherentBufferTracker.enable(); in trackBufferMapping()
7104 if (!mCoherentBufferTracker.isShadowMemoryEnabled()) in trackBufferMapping()
7107 mCoherentBufferTracker.addBuffer(id, data, length); in trackBufferMapping()
[all …]
H A DFrameCapture.h820 CoherentBufferTracker mCoherentBufferTracker; variable