/third_party/vk-gl-cts/modules/egl/ |
H A D | teglChooseConfigTests.cpp | 272 { EGL_STENCIL_SIZE, 0 }, in getValue() 453 { EGL_STENCIL_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes() 577 { EGL_STENCIL_SIZE, "stencil_size" }, in init() 623 EGL_STENCIL_SIZE in init() 633 EGL_STENCIL_SIZE in init() 676 EGL_STENCIL_SIZE, in init()
|
H A D | teglChooseConfigReference.cpp | 254 SurfaceConfig::compareAttributeSmaller<EGL_STENCIL_SIZE>, in compareTo() 312 rules[EGL_STENCIL_SIZE] = AttribRule(EGL_STENCIL_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 8 in getDefaultRules()
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 82 EGL_STENCIL_SIZE, 8, in onInitializeContext() 116 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSurfaceTest.cpp | 224 EGL_STENCIL_SIZE, in chooseDefaultConfig() 661 EGL_STENCIL_SIZE, in TEST_P() 704 EGL_STENCIL_SIZE, in TEST_P() 747 EGL_STENCIL_SIZE, in TEST_P() 789 EGL_STENCIL_SIZE, in TEST_P() 830 EGL_STENCIL_SIZE, in TEST_P() 891 EGL_DEPTH_SIZE, 0, EGL_STENCIL_SIZE, 0, EGL_SAMPLE_BUFFERS, 0, EGL_NONE}; in TEST_P() 1006 EGL_DEPTH_SIZE, 0, EGL_STENCIL_SIZE, 0, EGL_SAMPLE_BUFFERS, 0, EGL_NONE}; in TEST_P() 1046 EGL_DEPTH_SIZE, 0, EGL_STENCIL_SIZE, 0, EGL_SAMPLE_BUFFERS, 0, EGL_NONE}; in TEST_P() 1173 EGL_STENCIL_SIZE, in TEST_P() [all...] |
H A D | EGLRecordableTest.cpp | 56 EGL_STENCIL_SIZE, EGL_DONT_CARE, EGL_RECORDABLE_ANDROID, EGL_TRUE, EGL_NONE}; in TEST_P()
|
H A D | EGLContextCompatibilityTest.cpp | 131 eglGetConfigAttrib(display, config, EGL_STENCIL_SIZE, &stencil); in EGLConfigName() 228 eglGetConfigAttrib(mDisplay, c1, EGL_STENCIL_SIZE, &stencil1); in areConfigsCompatible() 229 eglGetConfigAttrib(mDisplay, c2, EGL_STENCIL_SIZE, &stencil2); in areConfigsCompatible()
|
H A D | EGLDisplayPowerPreferenceTest.cpp | 136 EGL_DEPTH_SIZE, EGL_DONT_CARE, EGL_STENCIL_SIZE, EGL_DONT_CARE, EGL_NONE}; in initializeContextForDisplay()
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigInfo.cpp | 65 case EGL_STENCIL_SIZE: return stencilSize; in getAttribute() 117 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize); in queryCoreConfigInfo()
|
H A D | egluConfigFilter.cpp | 80 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); } in stencilSize()
|
H A D | egluStrUtil.cpp | 76 case EGL_STENCIL_SIZE: in operator <<()
|
H A D | egluGLUtil.cpp | 251 { &glu::RenderConfig::stencilBits, EGL_STENCIL_SIZE }, in configMatches()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | rosen_context_impl.cpp | 45 PRINT_EGL_CONFIG(EGL_STENCIL_SIZE) in PrintEglConfig() 74 eglGetConfigAttrib(eglDisplay_, cfg, EGL_STENCIL_SIZE, &stencil); in ShowConfig() 219 frameBufferAttribs.push_back(EGL_STENCIL_SIZE); in SetConfig() 244 eglGetConfigAttrib(eglDisplay_, config_, EGL_STENCIL_SIZE, &stencil); in SetConfig() 639 eglGetConfigAttrib(dpy, config, EGL_STENCIL_SIZE, &stencil); in OH_createWindowSurface()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 112 deInt32 stencilSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_STENCIL_SIZE); in getDefaultEglConfigList()
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
H A D | GLTestContext_command_buffer.cpp | 46 #define EGL_STENCIL_SIZE 0x3025 macro 418 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_STENCIL_SIZE, &result);
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
H A D | tcuSurfacelessPlatform.cpp | 327 frame_buffer_attribs.push_back(EGL_STENCIL_SIZE); in EglRenderContext() 350 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_STENCIL_SIZE, &stencil); in EglRenderContext()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 74 #define EGL_STENCIL_SIZE 0x3026 macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 70 #define EGL_STENCIL_SIZE 0x3026 macro
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 96 #define EGL_STENCIL_SIZE 0x3026 macro
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.h | 109 ATTRIB_MAP(EGL_STENCIL_SIZE, StencilSize); in _eglOffsetOfConfig()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config_unittest.cpp | 128 {EGL_DEPTH_SIZE, &egl::Config::depthSize}, {EGL_STENCIL_SIZE, &egl::Config::stencilSize}, in TEST()
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 70 #define EGL_STENCIL_SIZE 0x3026 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 126 #define EGL_STENCIL_SIZE 0x3026 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 70 #define EGL_STENCIL_SIZE 0x3026 macro
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieRunner.java | 249 EGL10.EGL_STENCIL_SIZE, STENCIL_BUFFER_SIZE, in getConfig()
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
H A D | tcuOhosNativeContext.cpp | 221 OHOS::OhosContextI::GetInstance().GetAttrib(EGL_STENCIL_SIZE), in OhosRendContext()
|