Home
last modified time | relevance | path

Searched refs:EGL_STENCIL_SIZE (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp270 { EGL_STENCIL_SIZE, 0 }, in getValue()
440 { EGL_STENCIL_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
527 { EGL_STENCIL_SIZE, "stencil_size" }, in init()
572 EGL_STENCIL_SIZE in init()
582 EGL_STENCIL_SIZE in init()
625 EGL_STENCIL_SIZE, in init()
DteglChooseConfigReference.cpp200 SurfaceConfig::compareAttributeSmaller<EGL_STENCIL_SIZE>, in compareTo()
260 …rules[EGL_STENCIL_SIZE] = AttribRule(EGL_STENCIL_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_S… in initAttribRules()
DteglConfigList.cpp157 egl.getConfigAttrib(display, configs[i], EGL_STENCIL_SIZE, &val); in iterate()
DteglSwapBuffersTests.cpp286 …L_STENCIL_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_STENCIL_SIZE) << TestLog::… in executeForConfig()
DteglQueryConfigTests.cpp580 { EGL_STENCIL_SIZE, "stencil_size" }, in init()
DteglRenderTests.cpp706 const int stencilBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_STENCIL_SIZE); in executeForContexts()
909 …nst int stencilBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_STENCIL_SIZE); in executeForContexts()
DteglMultiThreadTests.cpp518 case EGL_STENCIL_SIZE: return "EGL_STENCIL_SIZE"; in configAttributeToString()
680 EGL_STENCIL_SIZE, in runThread()
DteglNativeColorMappingTests.cpp316 …L_STENCIL_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_STENCIL_SIZE) << TestLog::… in logConfigInfo()
DteglNativeCoordMappingTests.cpp357 …L_STENCIL_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_STENCIL_SIZE) << TestLog::… in logConfigInfo()
/external/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleView.java222 EGL10.EGL_STENCIL_SIZE, 8, in chooseConfig()
252 EGL10.EGL_STENCIL_SIZE, 8, in chooseConfig()
288 findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0) == 8) { in chooseConfig()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java172 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_STENCIL_SIZE, value); in logEGLConfig()
280 EGL10.EGL_STENCIL_SIZE, stencilSize, in ComponentSizeChooser()
297 EGL10.EGL_STENCIL_SIZE, 0); in chooseConfig()
/external/deqp/framework/egl/
DegluConfigInfo.cpp63 case EGL_STENCIL_SIZE: return stencilSize; in getAttribute()
100 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize); in queryConfigInfo()
DegluConfigFilter.cpp67 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); } in stencilSize()
DegluStrUtil.inl101 case EGL_STENCIL_SIZE: return "EGL_STENCIL_SIZE";
DegluStrUtil.cpp75 case EGL_STENCIL_SIZE: in operator <<()
DegluGLUtil.cpp205 { &glu::RenderConfig::stencilBits, EGL_STENCIL_SIZE }, in configMatches()
DegluGLContextFactory.cpp421 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_STENCIL_SIZE, &stencilBits); in create()
/external/skia/src/views/win/
DSkOSWindow_win.cpp404 EGL_STENCIL_SIZE, 8, in create_ANGLE()
503 eglGetConfigAttrib(fDisplay, fConfig, EGL_STENCIL_SIZE, &info->fStencilBits); in attachANGLE()
/external/mesa3d/src/egl/main/
Deglconfig.h101 ATTRIB_MAP(EGL_STENCIL_SIZE, StencilSize); in _eglOffsetOfConfig()
Deglconfig.c222 { EGL_STENCIL_SIZE, ATTRIB_TYPE_INTEGER,
582 EGL_STENCIL_SIZE, in _eglCompareConfigs()
/external/mesa3d/include/EGL/
Degl.h102 #define EGL_STENCIL_SIZE 0x3026 macro
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java830 EGL10.EGL_STENCIL_SIZE, stencilSize, in ComponentSizeChooser()
850 EGL10.EGL_STENCIL_SIZE, 0); in chooseConfig()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl68 #define EGL_STENCIL_SIZE 0x3026 macro
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c199 { GLX_STENCIL_SIZE, EGL_STENCIL_SIZE },
348 { GLX_STENCIL_SIZE, EGL_STENCIL_SIZE },
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...

12