Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuResourceRef.cpp29 switch (fIOType) { in ~GrGpuResourceRef()
64 fIOType = ioType; in setResource()
77 switch (fIOType) { in markPendingIO()
100 switch (fIOType) { in pendingIOComplete()
152 switch (fIOType) { in reset()
185 fIOType = ioType; in setProxy()
195 switch (fIOType) { in markPendingIO()
214 switch (fIOType) { in pendingIOComplete()
DGrGpuResourceRef.h46 GrIOType ioType() const { return fIOType; } in ioType()
85 GrIOType fIOType; variable
103 GrIOType ioType() const { return fIOType; } in ioType()
143 GrIOType fIOType; variable
/external/skia/tests/
DProcessorTest.cpp65 Image(sk_sp<GrTextureProxy> proxy, GrIOType ioType) : fProxy(proxy), fIOType(ioType) {} in Image()
67 GrIOType fIOType; member
98 fImages.emplace_back(image.fProxy, image.fIOType, in TestFP()
/external/skia/src/gpu/gl/
DGrGLGpu.h578 GrIOType fIOType; member
DGrGLGpu.cpp3090 ioType != fHWBoundImageStorages[unitIdx].fIOType) { in bindImageStorage()