Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.cpp81 void EmulatedEglWindowSurface::bind(EmulatedEglContextPtr p_ctx, BindType p_bindType) { in bind() argument
83 mReadContext = p_ctx; in bind()
85 mDrawContext = p_ctx; in bind()
87 mReadContext = p_ctx; in bind()
88 mDrawContext = p_ctx; in bind()
DEmulatedEglWindowSurface.h94 void bind(EmulatedEglContextPtr p_ctx, BindType p_bindType);