OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_eglTestCtx
(Results
26 - 36
of
36
) sorted by null
1
2
/external/deqp/modules/egl/
teglNativeColorMappingTests.cpp
498
checkSupport(
m_eglTestCtx
, m_nativeType);
503
m_eglTestCtx
.getGLFunctions(gl, glu::ApiType::es(2,0));
509
de::UniquePtr<eglu::NativeWindow> nativeWindow(
m_eglTestCtx
.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::WindowParams::VISIBILITY_VISIBLE));
511
if (!testNativeWindow(m_testCtx.getLog(),
m_eglTestCtx
.getNativeDisplay(), *nativeWindow, display.getEGLDisplay(), *context, config, gl, m_render, waitFrames, DE_LENGTH_OF_ARRAY(colors), colors))
518
de::UniquePtr<eglu::NativePixmap> nativePixmap(
m_eglTestCtx
.createNativePixmap(display.getEGLDisplay(), config, DE_NULL, width, height));
520
if (!testNativePixmap(m_testCtx.getLog(),
m_eglTestCtx
.getNativeDisplay(), *nativePixmap, display.getEGLDisplay(), *context, config, gl, m_render, DE_LENGTH_OF_ARRAY(colors), colors))
527
de::UniquePtr<eglu::NativePixmap> nativePixmap(
m_eglTestCtx
.createNativePixmap(display.getEGLDisplay(), config, DE_NULL, width, height));
581
TestCaseGroup* windowGroup = new TestCaseGroup(
m_eglTestCtx
, "native_window", "Tests for mapping client color to native window");
582
addTestGroups(
m_eglTestCtx
, windowGroup, NativeColorMappingCase::NATIVETYPE_WINDOW);
587
TestCaseGroup* pixmapGroup = new TestCaseGroup(
m_eglTestCtx
, "native_pixmap", "Tests for mapping client color to native pixmap")
[
all
...]
teglNativeCoordMappingTests.cpp
531
checkSupport(
m_eglTestCtx
, m_nativeType);
536
m_eglTestCtx
.getGLFunctions(gl, glu::ApiType::es(2,0));
542
de::UniquePtr<eglu::NativeWindow> nativeWindow(
m_eglTestCtx
.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::WindowParams::VISIBILITY_VISIBLE));
544
if (!testNativeWindow(m_testCtx.getLog(),
m_eglTestCtx
.getNativeDisplay(), *nativeWindow, display.getEGLDisplay(), *context, config, gl, m_render, waitFrames))
552
de::UniquePtr<eglu::NativePixmap> nativePixmap(
m_eglTestCtx
.createNativePixmap(display.getEGLDisplay(), config, DE_NULL, width, height));
554
if (!testNativePixmap(m_testCtx.getLog(),
m_eglTestCtx
.getNativeDisplay(), *nativePixmap, width, height, display.getEGLDisplay(), *context, config, gl, m_render))
562
de::UniquePtr<eglu::NativePixmap> nativePixmap(
m_eglTestCtx
.createNativePixmap(display.getEGLDisplay(), config, DE_NULL, width, height));
617
TestCaseGroup* windowGroup = new TestCaseGroup(
m_eglTestCtx
, "native_window", "Tests for mapping client color to native window");
618
addTestGroups(
m_eglTestCtx
, windowGroup, NativeCoordMappingCase::NATIVETYPE_WINDOW);
623
TestCaseGroup* pixmapGroup = new TestCaseGroup(
m_eglTestCtx
, "native_pixmap", "Tests for mapping client color to native pixmap")
[
all
...]
teglSurfacelessContextTests.cpp
156
NamedConfigIdSet::getDefaultSets(configIdSets,
m_eglTestCtx
.getConfigs(), filters);
159
addChild(new SurfacelessContextCase(
m_eglTestCtx
, i->getName(), i->getDescription(), i->getConfigIds()));
teglTestCase.cpp
273
,
m_eglTestCtx
(eglTestCtx)
283
,
m_eglTestCtx
(eglTestCtx)
289
,
m_eglTestCtx
(eglTestCtx)
teglCreateContextExtTests.cpp
327
m_eglTestCtx
.getDisplay().getConfigs(configs);
331
if (m_filter.match(
m_eglTestCtx
.getDisplay().getEGLDisplay(), configs[configNdx]))
407
m_eglTestCtx
.getDisplay().getExtensions(extensions);
1005
tcu::egl::Display& display =
m_eglTestCtx
.getDisplay();
1024
de::UniquePtr<eglu::NativeWindow> window (
m_eglTestCtx
.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, 256, 256, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
1025
tcu::egl::WindowSurface surface (display, eglu::createWindowSurface(
m_eglTestCtx
.getNativeDisplay(), *window, display.getEGLDisplay(), config, DE_NULL));
1031
de::UniquePtr<eglu::NativePixmap> pixmap (
m_eglTestCtx
.createNativePixmap(display.getEGLDisplay(), config, DE_NULL, 256, 256));
1032
tcu::egl::PixmapSurface surface (display, eglu::createPixmapSurface(
m_eglTestCtx
.getNativeDisplay(), *pixmap, display.getEGLDisplay(), config, DE_NULL));
1071
m_eglTestCtx
.getGLFunctions(gl, m_glContextType.getAPI());
[
all
...]
teglResizeTests.cpp
139
const EGLDisplay eglDisplay =
m_eglTestCtx
.getDisplay().getEGLDisplay();
156
NativeDisplay& nativeDisplay =
m_eglTestCtx
.getNativeDisplay();
157
MovePtr<NativeWindow> nativeWindow (
m_eglTestCtx
.createNativeWindow(eglDisplay,
175
m_eglTestCtx
.getGLFunctions(m_gl, glu::ApiType::es(2, 0));
526
addChild(createCaseGroup<ChangeSurfaceSizeCase>(
m_eglTestCtx
,
529
addChild(createCaseGroup<PreserveBackBufferCase>(
m_eglTestCtx
,
532
addChild(createCaseGroup<UpdateResolutionCase>(
m_eglTestCtx
,
teglConfigList.cpp
60
EGLDisplay display =
m_eglTestCtx
.getDisplay().getEGLDisplay();
67
m_eglTestCtx
.getDisplay().getConfigs(configs);
teglSimpleConfigCase.cpp
57
const tcu::egl::Display& display =
m_eglTestCtx
.getDisplay();
103
tcu::egl::Display& display =
m_eglTestCtx
.getDisplay();
teglImageFormatTests.cpp
[
all
...]
teglRenderTests.cpp
[
all
...]
teglGLES2SharingThreadedTests.cpp
[
all
...]
Completed in 227 milliseconds
1
2