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

  /external/deqp/framework/egl/
egluNativeWindow.cpp 69 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_READ_SCREEN_PIXELS) == 0);
egluNativeWindow.hpp 83 CAPABILITY_READ_SCREEN_PIXELS = (1<<5),
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 52 eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS |
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 285 if ((m_eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0)
teglNativeColorMappingTests.cpp 446 if ((eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0)
teglNativeCoordMappingTests.cpp 501 if ((eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0)

Completed in 287 milliseconds