/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearTests.cpp | 87 CASE("gles2", "Color clears using GLES2", EGL_OPENGL_ES2_BIT, 1), in init() 95 CASE("gles2", "Color clears using multiple GLES2 contexts to shared surface", EGL_OPENGL_ES2_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() 101 CASE("gles2_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES2_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 | teglNegativeApiTests.cpp | 323 if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_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() 377 if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init() 414 log << TestLog::Section("Test5", "EGL_BAD_CONFIG or EGL_BAD_MATCH is generated if OpenGL ES 2.x context is requested and EGL_RENDERABLE_TYPE attribute of config does not contain EGL_OPENGL_ES2_BIT"); in init() 419 if (getConfig(¬ES2Config, FilterList() << notRenderable<EGL_OPENGL_ES2_BIT>)) in init() 471 getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT>); in init() 609 if (getConfig(&noEsConfig, FilterList() << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) in init() 625 getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT>); in init() 699 bool gotConfig = getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << surfaceBit in init() [all...] |
H A D | teglRenderTests.cpp | 637 case EGL_OPENGL_ES2_BIT: return new GLES2Program(gl); in createProgram() 648 case EGL_OPENGL_ES2_BIT: drawGLES2(gl, program, drawOp); break; in draw() 659 case EGL_OPENGL_ES2_BIT: clearGLES2(gl, color, depth, stencil); break; in clear() 670 case EGL_OPENGL_ES2_BIT: readPixelsGLES2(gl, dst); break; in readPixels() 681 case EGL_OPENGL_ES2_BIT: in finish() 1121 EGL_OPENGL_ES2_BIT, in init() 1122 renderable<EGL_OPENGL_ES2_BIT>, in init() 1139 EGL_OPENGL_ES2_BIT, in init() 1140 renderable<EGL_OPENGL_ES2_BIT>, in init() 1153 EGL_OPENGL_ES2_BIT|EGL_OPENGL_ES3_BI in init() [all...] |
H A D | teglRenderCase.cpp | 89 apiMask |= EGL_OPENGL_ES2_BIT; in getBuildClientAPIMask() 227 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT }; in executeForSurface() 248 case EGL_OPENGL_ES2_BIT: in executeForSurface() 326 if (m_apiMask & EGL_OPENGL_ES2_BIT) in executeForSurface() 330 contexts.push_back(std::make_pair(EGL_OPENGL_ES2_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0]))); in executeForSurface()
|
H A D | teglWideColorTests.cpp | 386 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in check1010102Support() 437 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in checkFP16Support() 1400 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() 1421 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() 1442 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() 1460 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() 1478 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() 1493 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() 1508 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() 1522 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() [all...] |
H A D | teglMultiContextTests.cpp | 91 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
H A D | teglThreadCleanUpTests.cpp | 50 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
H A D | teglColorClearCase.cpp | 115 case EGL_OPENGL_ES2_BIT: gles2::clear(func.gl, clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break; in renderClear() 128 case EGL_OPENGL_ES2_BIT: gles2::finish(func.gl); break; in finish() 141 case EGL_OPENGL_ES2_BIT: gles2::readPixels (func.gl, dst, 0, 0, dst.getWidth(), dst.getHeight()); break; in readPixels()
|
H A D | teglMutableRenderBufferTests.cpp | 111 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init() 121 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init()
|
H A D | teglCreateContextExtTests.cpp | 1037 case EGL_OPENGL_ES2_BIT: return renderable<EGL_OPENGL_ES2_BIT>; in getRenderableFilter() 1130 { "gles_20", "Create OpenGL ES 2.0 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES2_BIT, in init() 1186 { "robust_gles_2_ext", "Create robust OpenGL ES 2.0 context with EGL_EXT_create_context_robustness.", EGL_OPENGL_ES_API, EGL_OPENGL_ES2_BIT, in init()
|
H A D | teglSurfacelessContextTests.cpp | 94 { "OpenGL ES 2", EGL_OPENGL_ES_API, EGL_OPENGL_ES2_BIT, es2Attrs }, in executeForConfig()
|
H A D | teglQueryContextTests.cpp | 62 case EGL_OPENGL_ES2_BIT: return EGL_OPENGL_ES_API; in getClientTypeFromAPIBit() 77 case EGL_OPENGL_ES2_BIT: return 2; in getMinClientMajorVersion()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 66 renderableMask = EGL_OPENGL_ES2_BIT; in getDefaultEglConfigList() 67 conformantMask = EGL_OPENGL_ES2_BIT; in getDefaultEglConfigList()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config_unittest.cpp | 31 config.conformant = EGL_OPENGL_ES2_BIT; in GenerateGenericConfig() 40 config.nativeRenderable = EGL_OPENGL_ES2_BIT; in GenerateGenericConfig()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLCreateContextAttribsTest.cpp | 58 EGLint cfgAttribList2[] = {EGL_RENDERABLE_TYPE, (EGL_OPENGL_ES2_BIT), EGL_NONE}; in TEST_P() 113 if (((value & EGL_OPENGL_ES2_BIT) == 0) && (notGLES2Config == EGL_NO_CONFIG_KHR)) in TEST_P()
|
H A D | EGLBufferAgeTest.cpp | 49 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() 286 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P()
|
H A D | EGLQueryContextTest.cpp | 34 clientVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | DisplayNULL.cpp | 67 config.conformant = EGL_OPENGL_ES2_BIT | EGL_OPENGL_ES3_BIT; in generateConfigs() 79 config.renderableType = EGL_OPENGL_ES2_BIT | EGL_OPENGL_ES3_BIT; in generateConfigs()
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieRunner.java | 32 private static final int EGL_OPENGL_ES2_BIT = 4; field in SkottieRunner 243 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in getConfig()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.h | 44 EGL_OPENGL_ES2_BIT | \
|
H A D | eglconfigdebug.c | 153 (renderable & EGL_OPENGL_ES2_BIT) ? 'y' : ' ', in _eglPrintConfig()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | EGLMakeCurrentPerf.cpp | 107 GetParam().majorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT, in SetUp()
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 77 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in onInitializeContext()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Config.cpp | 126 mConformant = EGL_OPENGL_ES2_BIT | EGL_OPENGL_ES3_BIT; in Config() 183 mRenderableType = EGL_OPENGL_ES2_BIT | EGL_OPENGL_ES3_BIT; in Config()
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
H A D | GLTestContext_command_buffer.cpp | 31 #define EGL_OPENGL_ES2_BIT 0x0004 macro 225 renderableType = EGL_OPENGL_ES2_BIT;
|