/external/deqp/modules/egl/ |
teglColorClearTests.cpp | 86 CASE("gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1), 94 CASE("gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BIT, 3), 98 CASE("gles1_gles2", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT, 1), 99 CASE("gles1_gles2_gles3", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT|EGL_OPENGL_ES3_BIT, 1), 100 CASE("gles1_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENVG_BIT, 1), 103 CASE("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 | 94 apiMask |= EGL_OPENGL_ES_BIT; 221 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT }; 256 case EGL_OPENGL_ES_BIT: 334 if (m_apiMask & EGL_OPENGL_ES_BIT) 338 contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
|
teglCreateContextTests.cpp | 79 { "OpenGL ES 1", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, es1Attrs },
|
teglGetProcAddressTests.cpp | 79 case EGL_OPENGL_ES_BIT: return FunctionNames(DE_LENGTH_OF_ARRAY(s_GLES10), s_GLES10); 308 coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles", "Test OpenGL ES core functions", EGL_OPENGL_ES_BIT));
|
teglSurfacelessContextTests.cpp | 93 { "OpenGL ES 1", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, es1Attrs },
|
teglNegativeApiTests.cpp | 309 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENGL_BIT>)) 336 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) 344 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) 363 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENVG_BIT>)) 381 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"); 386 if (getConfig(¬ES1Config, FilterList() << notRenderable<EGL_OPENGL_ES_BIT>)) 440 gotConfig = getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT>) || 579 if (getConfig(&noEsConfig, FilterList() << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) 594 bool gotEsConfig = getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT>) || [all...] |
teglChooseConfigTests.cpp | 275 { EGL_CONFORMANT, EGL_OPENGL_ES_BIT }, 276 { EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT }, 278 //{ EGL_CONFORMANT, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT }, 279 //{ EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT }, 392 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0;
|
teglColorClearCase.cpp | 114 case EGL_OPENGL_ES_BIT: gles1::clear(clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break; 127 case EGL_OPENGL_ES_BIT: gles1::finish(); break; 140 case EGL_OPENGL_ES_BIT: gles1::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
|
teglQueryContextTests.cpp | 61 case EGL_OPENGL_ES_BIT: return EGL_OPENGL_ES_API; 76 case EGL_OPENGL_ES_BIT: return 1;
|
/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 |
|
eglcontext.c | 54 bit = 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; 221 } 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 | 279 tcu::Format::BitDesc(EGL_OPENGL_ES_BIT, "EGL_OPENGL_ES_BIT"),
|
egluGLUtil.cpp | 67 case 1: return EGL_OPENGL_ES_BIT;
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
RenderEngine.cpp | 75 } else if (renderableType & EGL_OPENGL_ES_BIT) { 410 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 | 279 attribs[i + 1] |= EGL_OPENGL_ES_BIT; 316 *value = EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT;
|
/development/ndk/platforms/android-9/include/EGL/ |
egl.h | 155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */
|
/device/generic/goldfish-opengl/system/include/EGL/ |
egl.h | 155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */
|
/external/mesa3d/include/EGL/ |
egl.h | 155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */
|