HomeSort by relevance Sort by last modified time
    Searched refs:EGL_OPENGL_ES_BIT (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/deqp/modules/egl/
teglColorClearTests.cpp 83 { "gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1 },
91 { "gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BIT, 3 },
95 { "gles1_gles2", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT, 1 },
96 { "gles1_gles2_gles3", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT|EGL_OPENGL_ES3_BIT_KHR, 1 },
97 { "gles1_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENVG_BIT, 1 },
100 { "gles1_gles2_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT|EGL_OPENVG_BIT, 1 }
teglRenderCase.cpp 123 apiMask |= EGL_OPENGL_ES_BIT;
229 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT };
264 case EGL_OPENGL_ES_BIT:
328 if (m_apiMask & EGL_OPENGL_ES_BIT)
331 contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENGL_ES_API)));
teglCreateContextTests.cpp 83 { "OpenGL ES 1", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, es1Attrs },
teglGetProcAddressTests.cpp 82 case EGL_OPENGL_ES_BIT: return makeStringVector(getGlesFunctionStrs());
309 coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles", "Test OpenGL ES core functions", EGL_OPENGL_ES_BIT));
teglSurfacelessContextTests.cpp 90 { "OpenGL ES 1", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, es1Attrs },
teglNegativeApiTests.cpp 264 if (getConfig(&es1OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES_BIT) << (ConfigRenderableType() ^ EGL_OPENGL_BIT)))
291 if (getConfig(&glOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_BIT) << (ConfigRenderableType() ^ (EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT))))
299 if (getConfig(&vgOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENVG_BIT) << (ConfigRenderableType() ^ (EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT))))
318 if (getConfig(&es1OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES_BIT) << (ConfigRenderableType() ^ EGL_OPENVG_BIT)))
336 log << TestLog::Section("Test4", "EGL_BAD_CONFIG is generated if OpenGL ES 1.x context is requested and EGL_RENDERABLE_TYPE attribute of config does not contain EGL_OPENGL_ES_BIT");
341 if (getConfig(&notES1Config, FilterList() << (ConfigRenderableType() ^ EGL_OPENGL_ES_BIT)))
395 gotConfig = getConfig(&esConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES_BIT)) ||
534 if (getConfig(&noEsConfig, FilterList() << (ConfigRenderableType() ^ (EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT))))
549 bool gotEsConfig = getConfig(&esConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES_BIT)) ||
    [all...]
teglChooseConfigTests.cpp 233 { EGL_CONFORMANT, EGL_OPENGL_ES_BIT },
234 { EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT },
236 //{ EGL_CONFORMANT, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT },
237 //{ EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT },
351 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0;
teglColorClearCase.cpp 113 case EGL_OPENGL_ES_BIT: gles1::clear(clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break;
126 case EGL_OPENGL_ES_BIT: gles1::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcurrent.h 37 (EGL_OPENGL_ES_BIT | \
eglmisc.c 136 if (dpy->ClientAPIs & EGL_OPENGL_ES_BIT)
eglconfig.c 215 EGL_OPENGL_ES_BIT },
331 mask = EGL_OPENGL_ES_BIT |
  /external/mesa3d/src/egl/main/
eglcurrent.h 37 (EGL_OPENGL_ES_BIT | \
eglmisc.c 136 if (dpy->ClientAPIs & EGL_OPENGL_ES_BIT)
eglconfig.c 215 EGL_OPENGL_ES_BIT },
331 mask = EGL_OPENGL_ES_BIT |
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 33 private static final int EGL_OPENGL_ES_BIT = 0x1;
50 int[] configIds = getEglConfigIds(EGL_OPENGL_ES_BIT);
OpenGlEsVersionTest.java 44 private static final int EGL_OPENGL_ES_BIT = 0x0001;
173 } else if ((value[0] & EGL_OPENGL_ES_BIT) == EGL_OPENGL_ES_BIT) {
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 104 public static final int EGL_OPENGL_ES_BIT = 0x0001;
  /external/deqp/framework/egl/
egluStrUtil.inl 250 tcu::Format::BitDesc(EGL_OPENGL_ES_BIT, "EGL_OPENGL_ES_BIT"),
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 75 } else if (renderableType & EGL_OPENGL_ES_BIT) {
411 err = selectEGLConfig(display, format, EGL_OPENGL_ES_BIT, &config);
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 243 renderableType = EGL14.EGL_OPENGL_ES_BIT;
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 104 public static final int EGL_OPENGL_ES_BIT = 0x0001;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 315 attribs[i + 1] |= EGL_OPENGL_ES_BIT;
352 *value = EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 173 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT,
316 if (0 != (rtype & EGL_OPENGL_ES_BIT)) {
  /development/ndk/platforms/android-9/include/EGL/
egl.h 155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */

Completed in 2174 milliseconds

1 2 3 4