Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Drender_context_test.cpp130 EGLint bufferAge = renderContext.QueryEglBufferAge();
149 EGLint bufferAge = renderContext.QueryEglBufferAge();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_gl.cpp43 return static_cast<int32_t>(renderContext_->QueryEglBufferAge()); in GetBufferAge()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.h72 EGLint QueryEglBufferAge();
H A Drender_context.cpp407 EGLint RenderContext::QueryEglBufferAge() in QueryEglBufferAge() function in OHOS::Rosen::RenderContext