Home
last modified time | relevance | path

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

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