Home
last modified time | relevance | path

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

/external/angle/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
461 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(1, 1, 'BGRA', 4); in TEST_P() local
475 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(1, 1, 'BGRA', 4); in TEST_P() local
490 ScopedIOSurfaceRef ioSurface = CreateSinglePlaneIOSurface(1, 1, 'BGRA', 4); in TEST_P() local
[all …]
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp221 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in validateAttributes() local
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp534 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(clientBuffer); in createPBufferSurface() local
/external/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
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp2211 IOSurfaceRef ioSurface; member in EGLClientBufferWrapper