Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkSemaphore.h42 , fIsOwned(isOwned) {} in Resource()
63 fIsOwned = true; in setIsOwned()
78 bool fIsOwned; variable
DGrVkSemaphore.cpp63 if (fIsOwned) { in freeGPUData()
/third_party/skia/src/gpu/gl/
DGrGLSemaphore.cpp13 : fGpu(gpu), fSync(nullptr), fIsOwned(isOwned) { in GrGLSemaphore()
17 if (fSync && fIsOwned) { in ~GrGLSemaphore()
DGrGLSemaphore.h47 fIsOwned = true; in setIsOwned()
52 bool fIsOwned; variable
/third_party/flutter/skia/src/gpu/gl/
DGrGLSemaphore.cpp13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) { in GrGLSemaphore()
19 if (fSync && fIsOwned) { in onRelease()
DGrGLSemaphore.h48 bool fIsOwned; variable
/third_party/flutter/skia/src/gpu/vk/
DGrVkSemaphore.h40 , fIsOwned(isOwned) {} in Resource()
71 bool fIsOwned; variable
DGrVkSemaphore.cpp70 if (fIsOwned) { in freeGPUData()