Searched defs:ClientHandle (Results 1 - 1 of 1) sorted by relevance

/sdk/emulator/opengl/tests/ut_renderer/
H A DRenderer.h29 class ClientHandle { class in class:Renderer
33 ClientHandle(unsigned int _pid, unsigned int _handle) : pid(_pid), handle(_handle) {} function in class:Renderer::ClientHandle
35 bool operator< (const ClientHandle & p) const {
42 int createSurface(RenderingThread *thread, const ClientHandle & handle);
43 int destroySurface(RenderingThread *thread, const ClientHandle &handle);
44 int createContext(RenderingThread *thread, const ClientHandle & ctx, const ClientHandle shareCtx, int version);
45 int destroyContext(RenderingThread *thread,const ClientHandle & ctx);
47 const ClientHandle & drawSurface, const ClientHandle
[all...]

Completed in 45 milliseconds