Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp532 size_t planeCount = IOSurfaceGetPlaneCount(ioSurface); in createPBufferSurface() local
535 ((planeCount != 0) && static_cast<size_t>(ioSurfacePlane) >= planeCount)) in createPBufferSurface()