Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrBackendSurface.h481 bool isFramebufferOnly() const { return fFramebufferOnly; } in isFramebufferOnly()
569 bool fFramebufferOnly = false; variable
/external/skia/src/gpu/
DGrBackendSurface.cpp869 , fFramebufferOnly(true) in GrBackendRenderTarget()
921 , fFramebufferOnly(false) // TODO: set this from mtlInfo.fTexture->framebufferOnly in GrBackendRenderTarget()