Home
last modified time | relevance | path

Searched refs:EGL_RED_SIZE (Results 1 – 25 of 35) sorted by relevance

12

/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java111 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value); in getPixelFormat()
157 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value); in logEGLConfig()
275 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser()
300 EGL10.EGL_RED_SIZE, 0); in chooseConfig()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp251 { EGL_RED_SIZE, 0 }, in getValue()
418 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
506 { EGL_RED_SIZE, "red_size" }, in init()
558 EGL_RED_SIZE, in init()
567 EGL_RED_SIZE, in init()
604 EGL_RED_SIZE, in init()
DteglChooseConfigReference.cpp238 …rules[EGL_RED_SIZE] = AttribRule(EGL_RED_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL… in initAttribRules()
374 EGL_RED_SIZE, in getSpecifiedRGBColors()
DteglQueryConfigTests.cpp442 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest()
514 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest()
559 { EGL_RED_SIZE, "red_size" }, in init()
DteglNegativeApiTests.cpp746 expectFalse(eglGetConfigAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_RED_SIZE, &value)); in init()
749 expectFalse(eglGetConfigAttrib((EGLDisplay)-1, DE_NULL, EGL_RED_SIZE, &value)); in init()
756 expectFalse(eglGetConfigAttrib(display, (EGLConfig)-1, EGL_RED_SIZE, &value)); in init()
1029 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
DteglConfigList.cpp84 egl.getConfigAttrib(display, configs[i], EGL_RED_SIZE, &val); in iterate()
DteglNativeColorMappingTests.cpp250 …const tcu::UVec4 eglBitDepth((deUint32)eglu::getConfigAttribInt(egl, display, config, EGL_RED_SIZE in validate()
311 …< "EGL_RED_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_RED_SIZE) << TestLog::E… in logConfigInfo()
DteglSwapBuffersTests.cpp281 …< "EGL_RED_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_RED_SIZE) << TestLog::E… in executeForConfig()
/external/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleView.java217 EGL10.EGL_RED_SIZE, 8, in chooseConfig()
247 EGL10.EGL_RED_SIZE, 8, in chooseConfig()
284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 && in chooseConfig()
/external/deqp/framework/egl/
DegluConfigInfo.cpp39 case EGL_RED_SIZE: return redSize; in getAttribute()
76 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryConfigInfo()
DegluConfigFilter.cpp62 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize()
DegluStrUtil.inl79 case EGL_RED_SIZE: return "EGL_RED_SIZE";
DegluStrUtil.cpp72 case EGL_RED_SIZE: in operator <<()
DegluGLUtil.cpp200 { &glu::RenderConfig::redBits, EGL_RED_SIZE }, in configMatches()
DegluGLContextFactory.cpp415 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits); in create()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp62 EGL_RED_SIZE, 8, in SkANGLEGLContext()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp94 EGL_RED_SIZE, 8, in EGLGLContext()
/external/mesa3d/src/egl/main/
Deglconfig.h99 ATTRIB_MAP(EGL_RED_SIZE, RedSize); in _eglOffsetOfConfig()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c75 EGL_RED_SIZE, 8, in engine_init_display()
/external/mesa3d/include/EGL/
Degl.h100 #define EGL_RED_SIZE 0x3024 macro
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java825 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser()
853 EGL10.EGL_RED_SIZE, 0); in chooseConfig()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp200 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &redBits); in createPixmap()
/external/skia/src/views/win/
DSkOSWindow_win.cpp399 EGL_RED_SIZE, 8, in create_ANGLE()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl66 #define EGL_RED_SIZE 0x3024 macro
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c194 { GLX_RED_SIZE, EGL_RED_SIZE },
343 { GLX_RED_SIZE, EGL_RED_SIZE },

12