Home
last modified time | relevance | path

Searched defs:ioSurface (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp116 IOSurfaceRef ioSurface = IOSurfaceCreate(dict); in CreateIOSurface() local
170 void createIOSurfacePbuffer(const ScopedIOSurfaceRef &ioSurface, in createIOSurfacePbuffer()
197 void bindIOSurfaceToTexture(const ScopedIOSurfaceRef &ioSurface, in bindIOSurfaceToTexture()
215 void doClearTest(const ScopedIOSurfaceRef &ioSurface, in doClearTest()
228 void doClearTest(const ScopedIOSurfaceRef &ioSurface, in doClearTest()
296 void doSampleTest(const ScopedIOSurfaceRef &ioSurface, in doSampleTest()
378 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(width, height, 'BGRA', 4); in doBlitTest() local
458 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(1, 1, 'BGRA', 4); in TEST_P() local
469 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(1, 1, 'BGRA', 4); in TEST_P() local
481 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(1, 1, 'BGRA', 4); in TEST_P() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DIOSurfaceWrappingTests.cpp88 IOSurfaceRef ioSurface = IOSurfaceCreate(dict); in CreateSinglePlaneIOSurface() local
98 IOSurfaceRef ioSurface, in WrapIOSurface()
237 void DoSampleTest(IOSurfaceRef ioSurface, in DoSampleTest()
336 void DoClearTest(IOSurfaceRef ioSurface, in DoClearTest()
377 ScopedIOSurfaceRef ioSurface = in TEST_P() local
388 ScopedIOSurfaceRef ioSurface = in TEST_P() local
398 ScopedIOSurfaceRef ioSurface = in TEST_P() local
409 ScopedIOSurfaceRef ioSurface = in TEST_P() local
419 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(1, 1, kCVPixelFormatType_32BGRA, 4); in TEST_P() local
429 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(1, 1, kCVPixelFormatType_32BGRA, 4); in TEST_P() local
[all …]
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DMetalBackend.h45 IOSurfaceRef ioSurface; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_metal.h158 IOSurfaceRef ioSurface; member
164 IOSurfaceRef ioSurface; member
Dvulkan_structs.hpp31525 IOSurfaceRef ioSurface = {}; member
43276 IOSurfaceRef ioSurface = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_metal.h158 IOSurfaceRef ioSurface; member
164 IOSurfaceRef ioSurface; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp221 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in validateAttributes() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp534 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(clientBuffer); in createPBufferSurface() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp1066 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in pitchP() local
1105 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in lock() local
1128 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in unlock() local
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
Dunittests.cpp2211 IOSurfaceRef ioSurface; member in EGLClientBufferWrapper