OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPABILITY_READ_SCREEN_PIXELS
(Results
1 - 6
of
6
) sorted by null
/external/deqp/framework/egl/
egluNativeWindow.cpp
71
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
63
eglu::NativeWindow::
CAPABILITY_READ_SCREEN_PIXELS
|
/external/deqp/modules/egl/
teglSwapBuffersTests.cpp
275
if ((factory.getCapabilities() & eglu::NativeWindow::
CAPABILITY_READ_SCREEN_PIXELS
) == 0)
teglNativeColorMappingTests.cpp
487
if ((windowFactory->getCapabilities() & eglu::NativeWindow::
CAPABILITY_READ_SCREEN_PIXELS
) == 0)
teglNativeCoordMappingTests.cpp
520
if ((windowFactory->getCapabilities() & eglu::NativeWindow::
CAPABILITY_READ_SCREEN_PIXELS
) == 0)
Completed in 113 milliseconds