/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
D | EglDisplay.cpp | 374 unsigned int hndl = SafeUIntFromPointer(surface); in getSurface() local 375 SurfacesHndlMap::const_iterator it = m_surfaces.find(hndl); in getSurface() 384 unsigned int hndl = SafeUIntFromPointer(ctx); in getContext() local 385 ContextsHndlMap::const_iterator it = m_contexts.find(hndl); in getContext() 402 unsigned int hndl = SafeUIntFromPointer(s); in removeSurface() local 403 SurfacesHndlMap::iterator it = m_surfaces.find(hndl); in removeSurface() 414 unsigned int hndl = SafeUIntFromPointer(ctx); in removeContext() local 415 ContextsHndlMap::iterator it = m_contexts.find(hndl); in removeContext() 510 unsigned int hndl = s.get()->getHndl(); in addSurface() local 511 EGLSurface ret =reinterpret_cast<EGLSurface> (hndl); in addSurface() [all …]
|
/device/generic/vulkan-cereal/stream-servers/gl/ |
D | EmulatedEglContext.cpp | 35 HandleType hndl, in create() argument 37 return createImpl(display, config, sharedContext, hndl, version, nullptr); in create() 44 HandleType hndl, in createImpl() argument 84 new EmulatedEglContext(display, context, hndl, clientVersion, nullptr)); in createImpl() 89 HandleType hndl, in EmulatedEglContext() argument 94 mHndl(hndl), in EmulatedEglContext() 116 HandleType hndl = static_cast<HandleType>(stream->getBe32()); in onLoad() local 119 return createImpl(display, (EGLConfig)0, EGL_NO_CONTEXT, hndl, version, in onLoad()
|
D | EmulatedEglWindowSurface.cpp | 39 HandleType hndl) : in EmulatedEglWindowSurface() argument 42 mHndl(hndl) {} in EmulatedEglWindowSurface() 55 HandleType hndl) { in create() argument 57 new EmulatedEglWindowSurface(display, config, hndl)); in create() 236 HandleType hndl = stream->getBe32(); in onLoad() local 248 auto surface = create(display, config, width, height, hndl); in onLoad()
|
D | EmulatedEglContext.h | 54 HandleType hndl, 80 HandleType hndl, 90 HandleType hndl,
|
D | BufferGl.h | 33 static std::unique_ptr<BufferGl> create(uint64_t sizeBytes, HandleType hndl, 50 BufferGl(uint64_t size, HandleType hndl, ContextHelper* helper);
|
D | ColorBufferGl.cpp | 217 HandleType hndl, ContextHelper* helper, in create() argument 237 new ColorBufferGl(p_display, hndl, p_width, p_height, helper, textureDraw)}; in create() 251 GL_SCOPED_DEBUG_GROUP("ColorBufferGl::create(handle:%d)", hndl); in create() 325 ColorBufferGl::ColorBufferGl(EGLDisplay display, HandleType hndl, GLuint width, GLuint height, in ColorBufferGl() argument 332 mHndl(hndl) {} in ColorBufferGl() 928 HandleType hndl = static_cast<HandleType>(stream->getBe32()); in onLoad() local 940 hndl, helper, textureDraw, fastBlitSupported); in onLoad() 943 new ColorBufferGl(p_display, hndl, width, height, helper, textureDraw)); in onLoad()
|
D | EmulatedEglWindowSurface.h | 48 HandleType hndl); 111 EmulatedEglWindowSurface(EGLDisplay display, EGLConfig config, HandleType hndl);
|
D | ColorBufferGl.h | 229 ColorBufferGl(EGLDisplay display, HandleType hndl, GLuint width, GLuint height,
|