Searched refs:p_bindType (Results 1 – 2 of 2) sorted by relevance
125 void WindowSurface::bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType) in bind() argument127 if (p_bindType == SURFACE_BIND_READ) { in bind()130 else if (p_bindType == SURFACE_BIND_DRAW) { in bind()133 else if (p_bindType == SURFACE_BIND_READDRAW) { in bind()
42 void bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType);