/external/deqp/modules/egl/ |
D | teglColorClearTests.cpp | 86 CASE("gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1), in init() 94 … "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|E… in init() 99 …s2_gles3", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_E… in init() 100 …CASE("gles1_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_… in init() 103 …les2_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_E… in init()
|
D | teglRenderCase.cpp | 94 apiMask |= EGL_OPENGL_ES_BIT; in getBuildClientAPIMask() 221 …const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPEN… in executeForSurface() 256 case EGL_OPENGL_ES_BIT: in executeForSurface() 334 if (m_apiMask & EGL_OPENGL_ES_BIT) in executeForSurface() 338 …contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, egl.createContext(display, config.config, EGL… in executeForSurface()
|
D | teglNegativeApiTests.cpp | 130 …er s_renderAPIFilters[] = { renderable<EGL_OPENGL_BIT>, renderable<EGL_OPENGL_ES_BIT>, renderable… in init() 315 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init() 342 …Config, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_E… in init() 350 …Config, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_E… in init() 369 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init() 392 if (getConfig(¬ES1Config, FilterList() << notRenderable<EGL_OPENGL_ES_BIT>)) in init() 446 gotConfig = getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT>) || in init() 585 if (getConfig(&noEsConfig, FilterList() << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) in init() 600 bool gotEsConfig = getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT>) || in init()
|
D | teglGetProcAddressTests.cpp | 79 case EGL_OPENGL_ES_BIT: return FunctionNames(DE_LENGTH_OF_ARRAY(s_GLES10), s_GLES10); in getCoreFunctionNames() 308 …ressCoreFunctionsCase (m_eglTestCtx, "gles", "Test OpenGL ES core functions", EGL_OPENGL_ES_BIT)); in init()
|
D | teglColorClearCase.cpp | 114 …case EGL_OPENGL_ES_BIT: gles1::clear(clear.x, clear.y, clear.width, clear.height, clear.color.to… 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()
|
D | teglChooseConfigTests.cpp | 275 { EGL_CONFORMANT, EGL_OPENGL_ES_BIT }, in getValue() 276 { EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT }, in getValue() 392 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0; in getApiBits()
|
D | teglCreateContextTests.cpp | 79 { "OpenGL ES 1", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, es1Attrs }, in executeForConfig()
|
D | teglSurfacelessContextTests.cpp | 93 { "OpenGL ES 1", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, es1Attrs }, in executeForConfig()
|
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()
|
D | teglCreateContextExtTests.cpp | 1120 { "gles_10", "Create OpenGL ES 1.0 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, in init() 1122 { "gles_11", "Create OpenGL ES 1.1 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES_BIT, in init()
|
D | teglChooseConfigReference.cpp | 309 …rules[EGL_RENDERABLE_TYPE] = AttribRule(EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT, CRITERIA_MASK,… in getDefaultRules()
|
D | teglQuerySurfaceTests.cpp | 480 if (info.renderableType & EGL_OPENGL_ES_BIT || info.renderableType & EGL_OPENGL_ES2_BIT) in testAttributes()
|
/external/mesa3d/src/egl/main/ |
D | eglcurrent.h | 37 (EGL_OPENGL_ES_BIT | \
|
D | eglmisc.c | 136 if (dpy->ClientAPIs & EGL_OPENGL_ES_BIT) in _eglUpdateAPIsString()
|
D | eglconfig.c | 215 EGL_OPENGL_ES_BIT }, 331 mask = EGL_OPENGL_ES_BIT | in _eglValidateConfig()
|
D | eglcontext.c | 54 bit = EGL_OPENGL_ES_BIT; in _eglGetContextAPIBit()
|
D | eglsurface.c | 434 if (!(confval & (EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT))) { in _eglSurfaceAttrib()
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 289 tcu::Format::BitDesc(EGL_OPENGL_ES_BIT, "EGL_OPENGL_ES_BIT"),
|
D | egluGLUtil.cpp | 67 case 1: return EGL_OPENGL_ES_BIT; in apiRenderableType()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */ macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 15 #define EGL_OPENGL_ES_BIT 0x0001 macro
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 558 dpy->ClientAPIs |= EGL_OPENGL_ES_BIT; in egl_g3d_initialize()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 477 disp->ClientAPIs |= EGL_OPENGL_ES_BIT; in dri2_setup_screen()
|