/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearTests.cpp | 86 CASE("gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1), in init() 94 CASE("gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BIT, 3), in init() 98 CASE("gles1_gles2", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT, 1), in init() 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), in init() 100 CASE("gles1_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENVG_BIT, 1), in init() 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) in init()
|
H A D | teglRenderCase.cpp | 94 apiMask |= EGL_OPENGL_ES_BIT; in getBuildClientAPIMask() 109 if (requiredAPIs & EGL_OPENGL_ES_BIT) in checkBuildClientAPISupport() 227 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT }; in executeForSurface() 262 case EGL_OPENGL_ES_BIT: in executeForSurface() 340 if (m_apiMask & EGL_OPENGL_ES_BIT) in executeForSurface() 344 contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0]))); in executeForSurface()
|
H A D | teglGetProcAddressTests.cpp | 239 EGLint renderableType = EGL_OPENGL_ES_BIT; in RenderableType() 244 renderableType = EGL_OPENGL_ES_BIT; in RenderableType() 258 EGLint renderableType = EGL_OPENGL_ES_BIT; in isApiSupported()
|
H A D | teglNegativeApiTests.cpp | 130 static const eglu::ConfigFilter s_renderAPIFilters[] = { renderable<EGL_OPENGL_BIT>, renderable<EGL_OPENGL_ES_BIT>, renderable<EGL_OPENVG_BIT> }; in init() 315 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init() 342 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) in init() 350 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) in init() 369 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init() 387 log << TestLog::Section("Test4", "EGL_BAD_CONFIG or EGL_BAD_MATCH is generated if OpenGL ES 1.x context is requested and EGL_RENDERABLE_TYPE attribute of config does not contain EGL_OPENGL_ES_BIT"); in init() 392 if (getConfig(¬ES1Config, FilterList() << notRenderable<EGL_OPENGL_ES_BIT>)) in init() 470 gotConfig = getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT>) || in init() 609 if (getConfig(&noEsConfig, FilterList() << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) in init() 624 bool gotEsConfig = getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT>) || in init() [all...] |
H A D | teglColorClearCase.cpp | 114 case EGL_OPENGL_ES_BIT: gles1::clear(clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break; in renderClear() 127 case EGL_OPENGL_ES_BIT: gles1::finish(); break; in finish() 140 case EGL_OPENGL_ES_BIT: gles1::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break; in readPixels()
|
H A D | teglChooseConfigTests.cpp | 277 { EGL_CONFORMANT, EGL_OPENGL_ES_BIT }, in getValue() 278 { EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT }, in getValue() 281 //{ EGL_CONFORMANT, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT }, in getValue() 282 //{ EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT }, in getValue() 405 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0; in getApiBits()
|
H A D | teglSurfacelessContextTests.cpp | 93 { "OpenGL ES 1", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, es1Attrs }, in executeForConfig()
|
H A D | teglQueryContextTests.cpp | 61 case EGL_OPENGL_ES_BIT: return EGL_OPENGL_ES_API; in getClientTypeFromAPIBit() 76 case EGL_OPENGL_ES_BIT: return 1; in getMinClientMajorVersion()
|
H A D | teglCreateContextTests.cpp | 57 { "OpenGL ES 1", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, true, s_es1Attrs },
|
H A D | teglCreateContextExtTests.cpp | 1124 { "gles_10", "Create OpenGL ES 1.0 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, in init() 1126 { "gles_11", "Create OpenGL ES 1.1 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLChooseConfigTest.cpp | 62 ASSERT_EQ(renderableType & EGL_OPENGL_ES_BIT, EGL_OPENGL_ES_BIT); in TEST_P() 96 ((renderableType & EGL_OPENGL_ES_BIT) == EGL_OPENGL_ES_BIT) && in TEST_P()
|
H A D | EGLCreateContextAttribsTest.cpp | 46 EGLint cfgAttribList1[] = {EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT, EGL_NONE}; in TEST_P() 108 if (((value & EGL_OPENGL_ES_BIT) == 0) && (notGLES1Config == EGL_NO_CONFIG_KHR)) in TEST_P()
|
H A D | EGLPrintEGLinfoTest.cpp | 459 if (conformant & EGL_OPENGL_ES_BIT) in TEST_P() 505 if (rendType & EGL_OPENGL_ES_BIT) in TEST_P()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.h | 42 (EGL_OPENGL_ES_BIT | \
|
H A D | eglconfigdebug.c | 152 (renderable & EGL_OPENGL_ES_BIT) ? 'y' : ' ', in _eglPrintConfig()
|
H A D | eglconfig.c | 220 EGL_OPENGL_ES_BIT }, 349 mask = EGL_OPENGL_ES_BIT | in _eglValidateConfig()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 121 #define EGL_OPENGL_ES_BIT 0x01 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 117 #define EGL_OPENGL_ES_BIT 0x01 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 117 #define EGL_OPENGL_ES_BIT 0x01 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 117 #define EGL_OPENGL_ES_BIT 0x01 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluGLUtil.cpp | 67 case 1: return EGL_OPENGL_ES_BIT; in apiRenderableType()
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 139 #define EGL_OPENGL_ES_BIT 0x01 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 136 #define EGL_OPENGL_ES_BIT 0x01 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/ |
H A D | egl.h | 136 #define EGL_OPENGL_ES_BIT 0x01 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 136 #define EGL_OPENGL_ES_BIT 0x01 /* EGL_RENDERABLE_TYPE mask bits */ macro
|