Searched refs:drawSurface (Results 1 – 5 of 5) sorted by relevance
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/ |
D | ut_rendercontrol.in | 3 GL_ENTRY(int, makeCurrentContext, uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_…
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | Renderer.h | 47 … const ClientHandle & drawSurface, const ClientHandle & readSurface, const ClientHandle & ctx);
|
D | Renderer.cpp | 132 const ClientHandle &drawSurface, in makeCurrent() argument 166 i = m_surfaces.find(drawSurface); if (i != m_surfaces.end()) draw = i->second->eglSurface(); in makeCurrent()
|
D | RenderingThread.h | 73 … static int s_makeCurrent(uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctx);
|
D | RenderingThread.cpp | 238 int RenderingThread::s_makeCurrent(uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32… in s_makeCurrent() argument 241 Renderer::ClientHandle(pid, drawSurface), in s_makeCurrent()
|