Home
last modified time | relevance | path

Searched defs:GrGLFramebufferInfo (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/gpu/gl/
DGrGLTypes.h196 struct GrGLFramebufferInfo { struct
201 bool operator==(const GrGLFramebufferInfo& that) const { argument
207 bool isProtected() const { return fProtected == skgpu::Protected::kYes; } in isProtected()