Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.h75 enum BindType { enum
94 void bind(EmulatedEglContextPtr p_ctx, BindType p_bindType);
DEmulatedEglWindowSurface.cpp81 void EmulatedEglWindowSurface::bind(EmulatedEglContextPtr p_ctx, BindType p_bindType) { in bind()