Home
last modified time | relevance | path

Searched refs:EGL_STENCIL_SIZE (Results 1 - 25 of 59) sorted by relevance

123

/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp272 { 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 DteglChooseConfigReference.cpp254 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 DGLWindowContext_android.cpp82 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 DEGLSurfaceTest.cpp224 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 DEGLRecordableTest.cpp56 EGL_STENCIL_SIZE, EGL_DONT_CARE, EGL_RECORDABLE_ANDROID, EGL_TRUE, EGL_NONE}; in TEST_P()
H A DEGLContextCompatibilityTest.cpp131 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 DEGLDisplayPowerPreferenceTest.cpp136 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 DegluConfigInfo.cpp65 case EGL_STENCIL_SIZE: return stencilSize; in getAttribute()
117 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize); in queryCoreConfigInfo()
H A DegluConfigFilter.cpp80 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); } in stencilSize()
H A DegluStrUtil.cpp76 case EGL_STENCIL_SIZE: in operator <<()
H A DegluGLUtil.cpp251 { &glu::RenderConfig::stencilBits, EGL_STENCIL_SIZE }, in configMatches()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp45 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 DglcConfigListEGL.cpp112 deInt32 stencilSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_STENCIL_SIZE); in getDefaultEglConfigList()
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp46 #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 DtcuSurfacelessPlatform.cpp327 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 Degl.h74 #define EGL_STENCIL_SIZE 0x3026 macro
/third_party/EGL/api/1.2/
H A Degl.h70 #define EGL_STENCIL_SIZE 0x3026 macro
/third_party/EGL/api/1.1/EGL/
H A Degl.h96 #define EGL_STENCIL_SIZE 0x3026 macro
/third_party/mesa3d/src/egl/main/
H A Deglconfig.h109 ATTRIB_MAP(EGL_STENCIL_SIZE, StencilSize); in _eglOffsetOfConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig_unittest.cpp128 {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 Degl.h70 #define EGL_STENCIL_SIZE 0x3026 macro
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h126 #define EGL_STENCIL_SIZE 0x3026 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h70 #define EGL_STENCIL_SIZE 0x3026 macro
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieRunner.java249 EGL10.EGL_STENCIL_SIZE, STENCIL_BUFFER_SIZE, in getConfig()
/third_party/vk-gl-cts/framework/platform/ohos/context/
H A DtcuOhosNativeContext.cpp221 OHOS::OhosContextI::GetInstance().GetAttrib(EGL_STENCIL_SIZE), in OhosRendContext()

Completed in 16 milliseconds

123