Home
last modified time | relevance | path

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

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