Home
last modified time | relevance | path

Searched refs:read_ (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()
30 read_ = nullptr; in ~EglWrapperContext()
37 read_ = read; in SetCurrentSurface()
51 return read_; in GetCurrentSurface()
H A Degl_wrapper_context.h44 EGLSurface read_; variable