Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt37 This extension allows creating EGL surfaces from IOSurface objects.
68 fashion are OpenVG VGImage objects and IOSurface objects."
75 "When <buftype> is EGL_IOSURFACE_ANGLE, <buffer> must be a valid IOSurface
103 IOSurface support is incomplete, these hints indicate whether the intent is
104 to read from the IOSurface, write to it, or both. Explicitly passing 0 for
122 internal format for IOSurface-backed pbuffers.
127 of the associcated IOSurface object are undefined while the pbuffer is
135 IOSurface-backed pbuffers.
144 with an RGB format will ensure that the alpha channel of the IOSurface is
/third_party/skia/third_party/externals/swiftshader/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt37 This extension allows creating EGL surfaces from IOSurface objects.
62 fashion are OpenVG VGImage objects and IOSurface objects."
69 "When <buftype> is EGL_IOSURFACE_ANGLE, <buffer> must be a valid IOSurface
104 internal format for IOSurface-backed pbuffers.
109 of the associcated IOSurface object are undefined while the pbuffer is
117 with an RGB format will ensure that the alpha channel of the IOSurface is
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm90 // Keep reference to the IOSurface so it doesn't get deleted while the pbuffer exists.
99 // glReadPixels to fill the IOSurface in the simulator and it can only support strides that are
198 return egl::EglContextLost() << "Failed to initialize IOSurface alpha channel.";
285 // N/A because you can't MakeCurrent an IOSurface, return any valid value.
295 // The plane must exist for this IOSurface. IOSurfaceGetPlaneCount can return 0 for non-planar
313 // Find this IOSurface format
325 // Check that the format matches this IOSurface plane
388 ERR() << "Failed to initialize IOSurface alpha channel.";
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.mm21 #include <IOSurface/IOSurface.h>
74 // Keep reference to the IOSurface so it doesn't get deleted while the pbuffer exists.
243 // The plane must exist for this IOSurface. IOSurfaceGetPlaneCount can return 0 for non-planar
261 // Find this IOSurface format
273 // Check that the format matches this IOSurface plane
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DIOSurfaceSurfaceMtl.mm186 // The plane must exist for this IOSurface. IOSurfaceGetPlaneCount can return 0 for non-planar
204 // Find this IOSurface format
216 // Check that the format matches this IOSurface plane
DBUILD.gn128 "IOSurface.framework",
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dmeson.build73 iosurface_dep = dependency('IOSurface', required : applemedia_option)
80 iosurface_dep = dependency('IOSurface', required : applemedia_option)
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DMetalBackend.mm34 : ExternalImageDescriptor(ExternalImageType::IOSurface) {
DDeviceMTL.h25 #import <IOSurface/IOSurfaceRef.h>
DTextureMTL.mm127 return DAWN_FORMAT_VALIDATION_ERROR("Unsupported IOSurface format (%x).",
341 "IOSurface plane (%u) exceeds the surface's plane count (%u).", plane,
363 "IOSurface size (width: %u, height %u, depth: 1) doesn't match descriptor size %s.",
370 "IOSurface format (%s) doesn't match the descriptor format (%s).",
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
DBUILD.gn59 "IOSurface.framework",
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h234 IOSurface, enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DBUILD.gn81 "IOSurface.framework",
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DBUILD.gn97 "IOSurface.framework",
/third_party/mesa3d/src/gallium/drivers/zink/
Dmeson.build84 …-c'] # Put compiler into objective-C mode to allow for MacOS types, like IOSurface and CAMetalLayer
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBUILD.gn272 "IOSurface.framework",
/third_party/skia/third_party/externals/dawn/src/tests/
DBUILD.gn436 frameworks = [ "IOSurface.framework" ]
606 frameworks = [ "IOSurface.framework" ]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCMakeLists.txt361 "-framework IOSurface"
DBUILD.gn457 "IOSurface.framework",
/third_party/skia/third_party/externals/angle2/src/tests/
DBUILD.gn227 "IOSurface.framework",
/third_party/skia/third_party/externals/swiftshader/
DCMakeLists.txt752 find_library(IOSURFACE_FRAMEWORK IOSurface)
/third_party/gstreamer/gstplugins_bad/
DChangeLog20022 vtdec/vulkan: use Shared storage mode for IOSurface textures
20024 'IOSurface textures must use MTLStorageModeShared'
69138 IOSurface gets exposed as a public framework on iOS and so we can use
82109 applemedia: Link to IOSurface.framework for the IOSurface API
82170 applemedia: Link to IOKit.framework for IOSurface related functions
82219 applemedia: avfvideosrc: update after IOSurface changes
82249 applemedia: vtdec: switch to IOSurface on Mac
82250 Switch to using IOSurface instead of CVOpenGLTextureCache on OSX. The latter can't be
82621 than the default. e.g. IOSurface, EGLImage, dmabuf?
/third_party/gstreamer/gstplugins_good/
DChangeLog36636 than the default. e.g. IOSurface, EGLImage, dmabuf?
/third_party/gstreamer/gstplugins_base/
DChangeLog27894 than the default. e.g. IOSurface, EGLImage, dmabuf?