Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp54 LOG_ALWAYS_FATAL_IF(!GrBackendRenderTargets::GetGLFramebufferInfo(renderTarget, &fboInfo), in GetFboDetails()
109 if (!GrBackendRenderTargets::GetGLFramebufferInfo( in onDraw()
/aosp_15_r20/external/skia/include/gpu/ganesh/gl/
H A DGrGLBackendSurface.h55 SK_API bool GetGLFramebufferInfo(const GrBackendRenderTarget&, GrGLFramebufferInfo*);
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLBackendSurface.cpp285 bool GetGLFramebufferInfo(const GrBackendRenderTarget& rt, GrGLFramebufferInfo* outInfo) { in GetGLFramebufferInfo() function
H A DGrGLGpu.cpp896 if (!GrBackendRenderTargets::GetGLFramebufferInfo(backendRT, &info)) { in onWrapBackendRenderTarget()
4251 if (GrBackendRenderTargets::GetGLFramebufferInfo(backendRT, &info)) { in deleteTestingOnlyBackendRenderTarget()
H A DGrGLCaps.cpp5020 SkAssertResult(GrBackendRenderTargets::GetGLFramebufferInfo(backendRT, &fbInfo)); in onIsWindowRectanglesSupportedForRT()