Home
last modified time | relevance | path

Searched refs:IOSurfaceRef (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/modules/desktop_capture/mac/
Ddesktop_frame_iosurface.h29 rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface);
35 explicit DesktopFrameIOSurface(rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface);
37 const rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface_;
Ddesktop_frame_iosurface.mm20 rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface) {
46 DesktopFrameIOSurface::DesktopFrameIOSurface(rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface)
Ddesktop_frame_provider.h41 rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface);
Dscreen_capturer_mac.h69 IOSurfaceRef io_surface);
Ddesktop_frame_provider.mm45 rtc::ScopedCFTypeRef<IOSurfaceRef> io_surface) {
Dscreen_capturer_mac.mm451 IOSurfaceRef frame_surface,
512 IOSurfaceRef io_surface) {
537 display_id, rtc::ScopedCFTypeRef<IOSurfaceRef>(io_surface, rtc::RetainPolicy::RETAIN));
/external/angle/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.h16 typedef __IOSurface *IOSurfaceRef; typedef
52 IOSurfaceRef mIOSurface;
DIOSurfaceSurfaceVkMac.mm73 mIOSurface = reinterpret_cast<IOSurfaceRef>(buffer);
116 // Swiftshader will use the raw pointer to the buffer referenced by the IOSurfaceRef
166 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer);
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.h17 typedef __IOSurface *IOSurfaceRef; typedef
73 IOSurfaceRef mIOSurface;
DIOSurfaceSurfaceCGL.cpp92 mIOSurface = reinterpret_cast<IOSurfaceRef>(buffer); in IOSurfaceSurfaceCGL()
221 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in validateAttributes()
DWindowSurfaceCGL.h18 typedef __IOSurface *IOSurfaceRef; typedef
/external/angle/src/libANGLE/renderer/metal/
DIOSurfaceSurfaceMtl.mm78 : OffscreenSurfaceMtl(display, state, attribs), mIOSurface((__bridge IOSurfaceRef)(buffer))
184 IOSurfaceRef ioSurface = (__bridge IOSurfaceRef)(buffer);
Dmtl_resources.h160 IOSurfaceRef ref,
286 IOSurfaceRef surfaceRef,
306 IOSurfaceRef iosurface,
DIOSurfaceSurfaceMtl.h51 IOSurfaceRef mIOSurface;
Dmtl_resources.mm247 IOSurfaceRef ref,
304 IOSurfaceRef surfaceRef,
409 IOSurfaceRef iosurface,
/external/angle/src/common/gl/cgl/
DFunctionsCGL.cpp56 IOSurfaceRef ioSurface,
DFunctionsCGL.h78 IOSurfaceRef ioSurface,
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.h73 IOSurfaceRef mIOSurface;
DWindowSurfaceEAGL.h22 typedef __IOSurface *IOSurfaceRef; typedef
DIOSurfaceSurfaceEAGL.mm91 mIOSurface = reinterpret_cast<IOSurfaceRef>(buffer);
293 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer);
/external/swiftshader/src/OpenGL/common/
DImage.cpp1066 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in pitchP()
1084 CFRetain(reinterpret_cast<IOSurfaceRef>(buffer)); in retain()
1094 CFRelease(reinterpret_cast<IOSurfaceRef>(buffer)); in release()
1105 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in lock()
1128 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in unlock()
/external/angle/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp35 explicit ScopedIOSurfaceRef(IOSurfaceRef surface) : mSurface(surface) {} in ScopedIOSurfaceRef()
46 IOSurfaceRef get() const { return mSurface; } in get()
71 IOSurfaceRef mSurface = nullptr;
116 IOSurfaceRef ioSurface = IOSurfaceCreate(dict); in CreateIOSurface()
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp534 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(clientBuffer); in createPBufferSurface()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp2211 IOSurfaceRef ioSurface;