/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearTests.cpp | 88 CASE("gles3", "Color clears using GLES3", EGL_OPENGL_ES3_BIT, 1), in init() 96 CASE("gles3", "Color clears using multiple GLES3 contexts to shared surface", EGL_OPENGL_ES3_BIT, 3), 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() 102 CASE("gles3_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES3_BIT|EGL_OPENVG_BIT, 1), in init()
|
H A D | teglRenderTests.cpp | 1128 EGL_OPENGL_ES3_BIT, in init() 1129 renderable<EGL_OPENGL_ES3_BIT>, in init() 1146 EGL_OPENGL_ES3_BIT, in init() 1147 renderable<EGL_OPENGL_ES3_BIT>, in init() 1153 EGL_OPENGL_ES2_BIT|EGL_OPENGL_ES3_BIT, in init() 1154 renderable<EGL_OPENGL_ES2_BIT|EGL_OPENGL_ES3_BIT>, in init()
|
H A D | teglQueryContextTests.cpp | 63 case EGL_OPENGL_ES3_BIT: return EGL_OPENGL_ES_API; in getClientTypeFromAPIBit() 78 case EGL_OPENGL_ES3_BIT: return 3; in getMinClientMajorVersion()
|
H A D | teglCreateContextExtTests.cpp | 1038 case EGL_OPENGL_ES3_BIT: return renderable<EGL_OPENGL_ES3_BIT>; in getRenderableFilter()
|
H A D | teglRenderCase.cpp | 90 apiMask |= EGL_OPENGL_ES3_BIT; in getBuildClientAPIMask()
|
H A D | teglRobustnessTests.cpp | 127 case EGL_OPENGL_ES3_BIT: return renderable<EGL_OPENGL_ES3_BIT>; in getRenderableFilter() 351 filters << isWindow << getRenderableFilter(EGL_OPENGL_ES3_BIT); in getEGLConfig()
|
/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/third_party/externals/angle2/src/tests/egl_tests/ |
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,
|
H A D | EGLCreateContextAttribsTest.cpp | 118 if (((value & EGL_OPENGL_ES3_BIT) == 0) && (notGLES3Config == EGL_NO_CONFIG_KHR)) in TEST_P()
|
H A D | EGLPrintEGLinfoTest.cpp | 463 if (conformant & EGL_OPENGL_ES3_BIT) in TEST_P() 509 if (rendType & EGL_OPENGL_ES3_BIT) in TEST_P()
|
H A D | EGLPresentPathD3D11Test.cpp | 68 clientVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT, in initializeEGL()
|
H A D | EGLMultiContextTest.cpp | 60 EGLint clientVersion = EGL_OPENGL_ES3_BIT; in chooseConfig()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfigdebug.c | 154 (renderable & EGL_OPENGL_ES3_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/win/ |
H A D | ANGLEWindowContext_win.cpp | 85 EGL_OPENGL_ES3_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()
|
H A D | Display.cpp | 573 (clientVersion == 3 && config->mRenderableType & EGL_OPENGL_ES3_BIT)) in createContext()
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
H A D | GLTestContext_command_buffer.cpp | 32 #define EGL_OPENGL_ES3_BIT 0x0040 macro 228 renderableType = EGL_OPENGL_ES3_BIT;
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 255 #define EGL_OPENGL_ES3_BIT 0x00000040 macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 255 #define EGL_OPENGL_ES3_BIT 0x00000040 macro
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
H A D | tcuSurfacelessPlatform.cpp | 281 frame_buffer_attribs.push_back(EGL_OPENGL_ES3_BIT); in EglRenderContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 48 static_assert(EGL_OPENGL_ES3_BIT == EGL_OPENGL_ES3_BIT_KHR, in RenderableTypesFromPlatformAttrib() 54 renderableTypes.push_back(EGL_OPENGL_ES3_BIT); in RenderableTypesFromPlatformAttrib()
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 282 #define EGL_OPENGL_ES3_BIT 0x00000040 macro
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 282 #define EGL_OPENGL_ES3_BIT 0x00000040 macro
|