Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/hwui/utils/
H A DGLUtils.h87 class AutoGLFramebuffer {
89 AutoGLFramebuffer() { in AutoGLFramebuffer() function
94 ~AutoGLFramebuffer() { glDeleteFramebuffers(1, &mFb); } in ~AutoGLFramebuffer()
/aosp_15_r20/hardware/interfaces/graphics/allocator/aidl/vts/
H A DVtsHalGraphicsAllocatorAidl_TargetTest.cpp53 using android::uirenderer::AutoGLFramebuffer;
275 AutoGLFramebuffer glFbo; in fillWithGpu()
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DVkInteropFunctorDrawable.cpp149 AutoGLFramebuffer glFb; in onDraw()