Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_context.cpp20 : EglWrapperObject(disp), context_(context), read_(nullptr), draw_(nullptr), version_(version) in EglWrapperContext()
29 draw_ = nullptr; in ~EglWrapperContext()
36 draw_ = draw; in SetCurrentSurface()
54 return draw_; in GetCurrentSurface()
H A Degl_wrapper_context.h45 EGLSurface draw_; variable