Home
last modified time | relevance | path

Searched refs:p_bindType (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
82 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()
DEmulatedEglWindowSurface.h94 void bind(EmulatedEglContextPtr p_ctx, BindType p_bindType);