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

  /external/deqp/framework/egl/
egluNativePixmap.cpp 52 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_READ_PIXELS) == 0);
egluNativePixmap.hpp 48 CAPABILITY_READ_PIXELS = (1<<2)
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 224 CAPABILITY_READ_PIXELS)
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 504 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0)
509 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 ||
teglNativeCoordMappingTests.cpp 537 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0)
542 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 ||

Completed in 880 milliseconds