OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixmapFactory
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglTestPackage.cpp
203
const eglu::NativePixmapFactory*
pixmapFactory
= DE_NULL;
263
pixmapFactory
= pixmapFactoryName ? displayFactory->getNativePixmapRegistry().getFactoryByName(pixmapFactoryName)
266
if (!
pixmapFactory
)
288
if (
pixmapFactory
)
289
tcu::print("Using EGL native pixmap type '%s'\n",
pixmapFactory
->getName());
293
m_eglTestCtx = new EglTestContext(testCtx, *displayFactory, windowFactory,
pixmapFactory
);
/external/deqp/framework/egl/
egluGLContextFactory.cpp
134
RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory*
pixmapFactory
, const glu::RenderConfig& config);
146
void create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory*
pixmapFactory
, const glu::RenderConfig& config);
166
RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory*
pixmapFactory
, const glu::RenderConfig& config)
183
create(displayFactory, windowFactory,
pixmapFactory
, config);
345
PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory*
pixmapFactory
, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
353
nativePixmap =
pixmapFactory
->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], width, height);
471
void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory*
pixmapFactory
, const glu::RenderConfig& config)
520
if (
pixmapFactory
)
522
const PixmapSurfacePair pixmapSurface = createPixmap(m_display,
pixmapFactory
, m_eglDisplay, m_eglConfig, config);
775
// \note windowFactory &
pixmapFactory
are not mandator
[
all
...]
Completed in 476 milliseconds