/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 270 { 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()
|
D | teglChooseConfigReference.cpp | 200 SurfaceConfig::compareAttributeSmaller<EGL_STENCIL_SIZE>, in compareTo() 260 …rules[EGL_STENCIL_SIZE] = AttribRule(EGL_STENCIL_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_S… in initAttribRules()
|
D | teglConfigList.cpp | 157 egl.getConfigAttrib(display, configs[i], EGL_STENCIL_SIZE, &val); in iterate()
|
D | teglSwapBuffersTests.cpp | 286 …L_STENCIL_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_STENCIL_SIZE) << TestLog::… in executeForConfig()
|
D | teglQueryConfigTests.cpp | 580 { EGL_STENCIL_SIZE, "stencil_size" }, in init()
|
D | teglRenderTests.cpp | 706 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()
|
D | teglMultiThreadTests.cpp | 518 case EGL_STENCIL_SIZE: return "EGL_STENCIL_SIZE"; in configAttributeToString() 680 EGL_STENCIL_SIZE, in runThread()
|
D | teglNativeColorMappingTests.cpp | 316 …L_STENCIL_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_STENCIL_SIZE) << TestLog::… in logConfigInfo()
|
D | teglNativeCoordMappingTests.cpp | 357 …L_STENCIL_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_STENCIL_SIZE) << TestLog::… in logConfigInfo()
|
/external/skia/platform_tools/android/app/src/com/skia/ |
D | SkiaSampleView.java | 222 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/ |
D | AndroidConfigChooser.java | 172 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/ |
D | egluConfigInfo.cpp | 63 case EGL_STENCIL_SIZE: return stencilSize; in getAttribute() 100 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize); in queryConfigInfo()
|
D | egluConfigFilter.cpp | 67 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); } in stencilSize()
|
D | egluStrUtil.inl | 101 case EGL_STENCIL_SIZE: return "EGL_STENCIL_SIZE";
|
D | egluStrUtil.cpp | 75 case EGL_STENCIL_SIZE: in operator <<()
|
D | egluGLUtil.cpp | 205 { &glu::RenderConfig::stencilBits, EGL_STENCIL_SIZE }, in configMatches()
|
D | egluGLContextFactory.cpp | 421 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_STENCIL_SIZE, &stencilBits); in create()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 404 EGL_STENCIL_SIZE, 8, in create_ANGLE() 503 eglGetConfigAttrib(fDisplay, fConfig, EGL_STENCIL_SIZE, &info->fStencilBits); in attachANGLE()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 101 ATTRIB_MAP(EGL_STENCIL_SIZE, StencilSize); in _eglOffsetOfConfig()
|
D | eglconfig.c | 222 { EGL_STENCIL_SIZE, ATTRIB_TYPE_INTEGER, 582 EGL_STENCIL_SIZE, in _eglCompareConfigs()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 102 #define EGL_STENCIL_SIZE 0x3026 macro
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 830 EGL10.EGL_STENCIL_SIZE, stencilSize, in ComponentSizeChooser() 850 EGL10.EGL_STENCIL_SIZE, 0); in chooseConfig()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 68 #define EGL_STENCIL_SIZE 0x3026 macro
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 199 { GLX_STENCIL_SIZE, EGL_STENCIL_SIZE }, 348 { GLX_STENCIL_SIZE, EGL_STENCIL_SIZE },
|
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |