HomeSort by relevance Sort by last modified time
    Searched refs:ioSurface (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/tests/unittests/
unittests.cpp 752 #include <IOSurface/IOSurface.h>
769 // Create a 1 by 1 BGRA8888 IOSurface
770 ioSurface = nullptr;
779 ioSurface = IOSurfaceCreate(dict);
782 EXPECT_NE(nullptr, ioSurface);
787 IOSurfaceUnlock(ioSurface, kIOSurfaceLockReadOnly, nullptr);
789 CFRelease(ioSurface);
794 return ioSurface;
799 IOSurfaceLock(ioSurface, kIOSurfaceLockReadOnly, nullptr)
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 38 #include <IOSurface/IOSurface.h>
532 IOSurfaceRef ioSurface = reinterpret_cast<IOSurfaceRef>(clientBuffer);
533 size_t planeCount = IOSurfaceGetPlaneCount(ioSurface);
534 if((static_cast<size_t>(width) > IOSurfaceGetWidthOfPlane(ioSurface, ioSurfacePlane)) ||
535 (static_cast<size_t>(height) > IOSurfaceGetHeightOfPlane(ioSurface, ioSurfacePlane)) ||
  /external/swiftshader/src/OpenGL/common/
Image.cpp 29 #include <IOSurface/IOSurface.h>
    [all...]

Completed in 1169 milliseconds