OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPABILITY_CREATE_SURFACE_PLATFORM
(Results
1 - 7
of
7
) sorted by null
/external/deqp/framework/egl/
egluNativePixmap.cpp
46
TCU_CHECK_INTERNAL((m_capabilities &
CAPABILITY_CREATE_SURFACE_PLATFORM
) == 0);
egluNativePixmap.hpp
47
CAPABILITY_CREATE_SURFACE_PLATFORM
= (1<<1), //!< EGL surface can be created with eglCreatePlatformPixmapSurface()
egluNativeWindow.cpp
46
TCU_CHECK_INTERNAL((m_capabilities &
CAPABILITY_CREATE_SURFACE_PLATFORM
) == 0);
egluNativeWindow.hpp
79
CAPABILITY_CREATE_SURFACE_PLATFORM
= (1<<1), //!< EGL surface can be created with eglCreatePlatformWindowSurface()
egluUtil.cpp
284
const bool supportsPlatformCreate = (window.getCapabilities() & NativeWindow::
CAPABILITY_CREATE_SURFACE_PLATFORM
) != 0;
325
const bool supportsPlatformCreate = (pixmap.getCapabilities() & NativePixmap::
CAPABILITY_CREATE_SURFACE_PLATFORM
) != 0;
/external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp
127
CAPABILITY_CREATE_SURFACE_PLATFORM
|
219
CAPABILITY_CREATE_SURFACE_PLATFORM
|
/external/deqp/modules/egl/
teglCreateSurfaceTests.cpp
132
if ((windowFactory.getCapabilities() & eglu::NativeWindow::
CAPABILITY_CREATE_SURFACE_PLATFORM
) == 0)
190
if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::
CAPABILITY_CREATE_SURFACE_PLATFORM
) == 0)
Completed in 347 milliseconds