OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createNativePixmap
(Results
1 - 12
of
12
) sorted by null
/external/deqp/modules/egl/
teglTestCase.hpp
67
eglu::NativePixmap*
createNativePixmap
(EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height);
teglTestCase.cpp
224
eglu::NativePixmap* EglTestContext::
createNativePixmap
(EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height)
teglCreateSurfaceTests.cpp
201
de::UniquePtr<eglu::NativePixmap> pixmap (m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
teglRenderCase.cpp
172
std::auto_ptr<eglu::NativePixmap> pixmap (m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
teglNativeColorMappingTests.cpp
518
de::UniquePtr<eglu::NativePixmap> nativePixmap(m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
527
de::UniquePtr<eglu::NativePixmap> nativePixmap(m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
teglNativeCoordMappingTests.cpp
552
de::UniquePtr<eglu::NativePixmap> nativePixmap(m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
562
de::UniquePtr<eglu::NativePixmap> nativePixmap(m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
teglQuerySurfaceTests.cpp
342
de::UniquePtr<eglu::NativePixmap> pixmap (m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
612
de::UniquePtr<eglu::NativePixmap> pixmap (m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
teglImageTests.cpp
267
m_pixmap = eglTestCtx.
createNativePixmap
(dpy.getEGLDisplay(), m_config, DE_NULL, width, height);
teglMakeCurrentPerfTests.cpp
293
pixmap = m_eglTestCtx.
createNativePixmap
(m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL, width, height);
teglQueryContextTests.cpp
132
de::UniquePtr<eglu::NativePixmap> pixmap (m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, width, height));
teglCreateContextExtTests.cpp
1031
de::UniquePtr<eglu::NativePixmap> pixmap (m_eglTestCtx.
createNativePixmap
(display.getEGLDisplay(), config, DE_NULL, 256, 256));
[
all
...]
teglMultiThreadTests.cpp
1125
pixmap = m_eglTestCtx.
createNativePixmap
(m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL, 64, 64);
[
all
...]
Completed in 857 milliseconds