Home
last modified time | relevance | path

Searched refs:EGL_DEPTH_SIZE (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp262 { EGL_DEPTH_SIZE, 0 }, in getValue()
430 { EGL_DEPTH_SIZE, ChooseConfigRandomCase::getInt<0, 32>, }, in genRandomAttributes()
518 { EGL_DEPTH_SIZE, "depth_size" }, in init()
571 EGL_DEPTH_SIZE, in init()
581 EGL_DEPTH_SIZE, in init()
615 EGL_DEPTH_SIZE, in init()
DteglChooseConfigReference.cpp253 SurfaceConfig::compareAttributeSmaller<EGL_DEPTH_SIZE>, in compareTo()
303 …rules[EGL_DEPTH_SIZE] = AttribRule(EGL_DEPTH_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SMALL… in getDefaultRules()
DteglConfigList.cpp123 egl.getConfigAttrib(display, configs[i], EGL_DEPTH_SIZE, &val); in iterate()
DteglSwapBuffersTests.cpp285 …"EGL_DEPTH_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_DEPTH_SIZE) << TestLog::E… in executeForConfig()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java169 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_DEPTH_SIZE, value); in logEGLConfig()
279 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser()
295 EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
DSkiaSampleView.java225 EGL10.EGL_DEPTH_SIZE, 0, in chooseConfig()
255 EGL10.EGL_DEPTH_SIZE, 0, in chooseConfig()
/external/deqp/framework/egl/
DegluConfigInfo.cpp53 case EGL_DEPTH_SIZE: return depthSize; in getAttribute()
102 egl.getConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize); in queryCoreConfigInfo()
DegluConfigFilter.cpp79 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } in depthSize()
DegluStrUtil.inl91 case EGL_DEPTH_SIZE: return "EGL_DEPTH_SIZE";
DegluStrUtil.cpp66 case EGL_DEPTH_SIZE: in operator <<()
DegluGLUtil.cpp204 { &glu::RenderConfig::depthBits, EGL_DEPTH_SIZE }, in configMatches()
DegluGLContextFactory.cpp420 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_DEPTH_SIZE, &depthBits); in create()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
DGdxEglConfigChooser.java88 int d = findConfigAttrib(egl, display, config, EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
167 …EGL10.EGL_RED_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.E… in printConfig()
DGLSurfaceView20.java225 int d = findConfigAttrib(egl, display, config, EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
261 …EGL10.EGL_RED_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.E… in printConfig()
DGLSurfaceView20API18.java208 int d = findConfigAttrib(egl, display, config, EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
244 …EGL10.EGL_RED_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.E… in printConfig()
DGLSurfaceViewAPI18.java929 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser()
946 EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
/external/skia/src/gpu/gl/command_buffer/
DSkCommandBufferGLContext.cpp42 #define EGL_DEPTH_SIZE 0x3025 macro
181 EGL_DEPTH_SIZE, 8, in SkCommandBufferGLContext()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java161 EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
212 EGL10.EGL_DEPTH_SIZE, in printConfig()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc47 EGL_DEPTH_SIZE, 1, in GetXVisual()
/external/mesa3d/src/egl/main/
Deglconfig.h100 ATTRIB_MAP(EGL_DEPTH_SIZE, DepthSize); in _eglOffsetOfConfig()
Deglconfig.c183 { EGL_DEPTH_SIZE, ATTRIB_TYPE_INTEGER,
581 EGL_DEPTH_SIZE, in _eglCompareConfigs()
/external/mesa3d/include/EGL/
Degl.h101 #define EGL_DEPTH_SIZE 0x3025 macro
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java829 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser()
848 EGL10.EGL_DEPTH_SIZE, 0); in chooseConfig()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl67 #define EGL_DEPTH_SIZE 0x3025 macro
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c198 { GLX_DEPTH_SIZE, EGL_DEPTH_SIZE },
347 { GLX_DEPTH_SIZE, EGL_DEPTH_SIZE },

12