Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLBackendSurface.cpp233 class GrGLBackendRenderTargetData final : public GrBackendRenderTargetData { class
235 GrGLBackendRenderTargetData(GrGLFramebufferInfo info) : fGLInfo(info) {} in GrGLBackendRenderTargetData() function in GrGLBackendRenderTargetData
248 if (auto otherGL = static_cast<const GrGLBackendRenderTargetData*>(that)) { in equal()
255 rtData.emplace<GrGLBackendRenderTargetData>(fGLInfo); in copyTo()
265 static const GrGLBackendRenderTargetData* get_and_cast_data(const GrBackendRenderTarget& rt) { in get_and_cast_data()
268 return static_cast<const GrGLBackendRenderTargetData*>(data); in get_and_cast_data()
282 GrGLBackendRenderTargetData(glInfo)); in MakeGL()
289 const GrGLBackendRenderTargetData* data = get_and_cast_data(rt); in GetGLFramebufferInfo()