Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DWindowSurface.cpp125 void WindowSurface::bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType) in bind() argument
128 m_readContext = p_ctx; in bind()
131 m_drawContext = p_ctx; in bind()
134 m_readContext = p_ctx; in bind()
135 m_drawContext = p_ctx; in bind()
DWindowSurface.h42 void bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType);