Home
last modified time | relevance | path

Searched refs:p_bindType (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
127 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()
DWindowSurface.h42 void bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType);