Home
last modified time | relevance | path

Searched refs:EGL_OPENGL_ES2_BIT (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearTests.cpp87 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 DteglNegativeApiTests.cpp323 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(&notES2Config, 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 DteglRenderTests.cpp637 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 DteglRenderCase.cpp89 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 DteglWideColorTests.cpp386 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 DteglMultiContextTests.cpp91 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
H A DteglThreadCleanUpTests.cpp50 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
H A DteglColorClearCase.cpp115 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 DteglMutableRenderBufferTests.cpp111 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init()
121 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in init()
H A DteglCreateContextExtTests.cpp1037 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 DteglSurfacelessContextTests.cpp94 { "OpenGL ES 2", EGL_OPENGL_ES_API, EGL_OPENGL_ES2_BIT, es2Attrs }, in executeForConfig()
H A DteglQueryContextTests.cpp62 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 DglcConfigListEGL.cpp66 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 DConfig_unittest.cpp31 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 DEGLCreateContextAttribsTest.cpp58 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 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,
/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/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieRunner.java32 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 Deglcurrent.h44 EGL_OPENGL_ES2_BIT | \
H A Deglconfigdebug.c153 (renderable & EGL_OPENGL_ES2_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/android/
H A DGLWindowContext_android.cpp77 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_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()
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp31 #define EGL_OPENGL_ES2_BIT 0x0004 macro
225 renderableType = EGL_OPENGL_ES2_BIT;

Completed in 22 milliseconds

1234