Searched refs:p_bindType (Results 1 – 2 of 2) sorted by relevance
81 void EmulatedEglWindowSurface::bind(EmulatedEglContextPtr p_ctx, BindType p_bindType) { in bind() argument82 if (p_bindType == BIND_READ) { in bind()84 } else if (p_bindType == BIND_DRAW) { in bind()86 } else if (p_bindType == BIND_READDRAW) { in bind()
94 void bind(EmulatedEglContextPtr p_ctx, BindType p_bindType);