Searched defs:ioSurface (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 116 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/ |
D | IOSurfaceSurfaceCGL.cpp | 221 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(buffer); in validateAttributes() local
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Display.cpp | 534 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(clientBuffer); in createPBufferSurface() local
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 1066 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/ |
D | unittests.cpp | 2211 IOSurfaceRef ioSurface; member in EGLClientBufferWrapper
|