Home
last modified time | relevance | path

Searched refs:destroySurface (Results 1 – 9 of 9) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglSurface.cpp27 if(m_native) EglOS::destroySurface(m_native); in ~EglSurface()
DEglOsApi.h58 void destroySurface(EGLNativeSurfaceType srfc);
DEglMacApi.cpp234 void destroySurface(EGLNativeSurfaceType srfc){ in destroySurface() function
DEglX11Api.cpp303 void destroySurface(EGLNativeSurfaceType srfc){ in destroySurface() function
DEglWindowsApi.cpp589 void destroySurface(EGLNativeSurfaceType srfc){ in destroySurface() function
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/
Dut_rendercontrol.in6 GL_ENTRY(int, destroySurface, uint32_t pid, uint32_t handle)
/sdk/emulator/opengl/tests/ut_renderer/
DRenderer.h43 int destroySurface(RenderingThread *thread, const ClientHandle &handle);
DRenderer.cpp76 int Renderer::destroySurface(RenderingThread *thread, const ClientHandle &handle) in destroySurface() function in Renderer
DRenderingThread.cpp229 return Renderer::instance()->destroySurface(m_tls, Renderer::ClientHandle(pid, handle)); in s_destroySurface()