Home
last modified time | relevance | path

Searched refs:EGL_OPENGL_ES3_BIT (Results 1 - 25 of 32) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearTests.cpp88 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 DteglRenderTests.cpp1128 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 DteglQueryContextTests.cpp63 case EGL_OPENGL_ES3_BIT: return EGL_OPENGL_ES_API; in getClientTypeFromAPIBit()
78 case EGL_OPENGL_ES3_BIT: return 3; in getMinClientMajorVersion()
H A DteglCreateContextExtTests.cpp1038 case EGL_OPENGL_ES3_BIT: return renderable<EGL_OPENGL_ES3_BIT>; in getRenderableFilter()
H A DteglRenderCase.cpp90 apiMask |= EGL_OPENGL_ES3_BIT; in getBuildClientAPIMask()
H A DteglRobustnessTests.cpp127 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 DDisplayNULL.cpp67 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 DEGLBufferAgeTest.cpp49 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 DEGLQueryContextTest.cpp34 clientVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT,
H A DEGLCreateContextAttribsTest.cpp118 if (((value & EGL_OPENGL_ES3_BIT) == 0) && (notGLES3Config == EGL_NO_CONFIG_KHR)) in TEST_P()
H A DEGLPrintEGLinfoTest.cpp463 if (conformant & EGL_OPENGL_ES3_BIT) in TEST_P()
509 if (rendType & EGL_OPENGL_ES3_BIT) in TEST_P()
H A DEGLPresentPathD3D11Test.cpp68 clientVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT, in initializeEGL()
H A DEGLMultiContextTest.cpp60 EGLint clientVersion = EGL_OPENGL_ES3_BIT; in chooseConfig()
/third_party/mesa3d/src/egl/main/
H A Deglconfigdebug.c154 (renderable & EGL_OPENGL_ES3_BIT) ? 'y' : ' ', in _eglPrintConfig()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DEGLMakeCurrentPerf.cpp107 GetParam().majorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT, in SetUp()
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp85 EGL_OPENGL_ES3_BIT, in onInitializeContext()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp126 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 DDisplay.cpp573 (clientVersion == 3 && config->mRenderableType & EGL_OPENGL_ES3_BIT)) in createContext()
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp32 #define EGL_OPENGL_ES3_BIT 0x0040 macro
228 renderableType = EGL_OPENGL_ES3_BIT;
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h255 #define EGL_OPENGL_ES3_BIT 0x00000040 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h255 #define EGL_OPENGL_ES3_BIT 0x00000040 macro
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp281 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 DDisplayEGL.cpp48 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 Degl.h282 #define EGL_OPENGL_ES3_BIT 0x00000040 macro
/third_party/mesa3d/include/EGL/
H A Degl.h282 #define EGL_OPENGL_ES3_BIT 0x00000040 macro

Completed in 25 milliseconds

12