Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.hpp49 CAPABILITY_READ_PIXELS = (1<<3) enumerator
DegluNativePixmap.cpp58 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_READ_PIXELS) == 0); in readPixels()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp227 CAPABILITY_READ_PIXELS)
/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp504 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0) in executeForConfig()
509 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 || in executeForConfig()
DteglNativeCoordMappingTests.cpp537 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0) in executeForConfig()
542 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 || in executeForConfig()