Home
last modified time | relevance | path

Searched refs:EGL_GREEN_SIZE (Results 1 – 25 of 36) sorted by relevance

12

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase.java55 EGL10.EGL_GREEN_SIZE, 8,
62 EGL10.EGL_GREEN_SIZE, 8,
70 EGL10.EGL_GREEN_SIZE, 8,
78 EGL10.EGL_GREEN_SIZE, 8,
87 EGL10.EGL_GREEN_SIZE, 8,
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp252 { EGL_GREEN_SIZE, 0 }, in getValue()
419 { EGL_GREEN_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
507 { EGL_GREEN_SIZE, "green_size" }, in init()
559 EGL_GREEN_SIZE, in init()
568 EGL_GREEN_SIZE, in init()
605 EGL_GREEN_SIZE, in init()
DteglChooseConfigReference.cpp239 …rules[EGL_GREEN_SIZE] = AttribRule(EGL_GREEN_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECI… in initAttribRules()
374 EGL_GREEN_SIZE, in getSpecifiedRGBColors()
DteglQueryConfigTests.cpp443 const EGLint greenSize = getValue(config, EGL_GREEN_SIZE); in executeTest()
515 const EGLint greenSize = getValue(config, EGL_GREEN_SIZE); in executeTest()
560 { EGL_GREEN_SIZE, "green_size" }, in init()
DteglConfigList.cpp87 egl.getConfigAttrib(display, configs[i], EGL_GREEN_SIZE, &val); in iterate()
DteglNativeColorMappingTests.cpp251 (deUint32)eglu::getConfigAttribInt(egl, display, config, EGL_GREEN_SIZE), in validate()
312 …"EGL_GREEN_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_GREEN_SIZE) << TestLog::E… in logConfigInfo()
DteglSwapBuffersTests.cpp282 …"EGL_GREEN_SIZE: " << eglu::getConfigAttribInt(egl, display, config, EGL_GREEN_SIZE) << TestLog::E… in executeForConfig()
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
DSkiaSampleView.java222 EGL10.EGL_GREEN_SIZE, 8, in chooseConfig()
252 EGL10.EGL_GREEN_SIZE, 8, in chooseConfig()
290 findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE, 0) == 8 && in chooseConfig()
/external/skia/src/gpu/gl/command_buffer/
DSkCommandBufferGLContext.cpp39 #define EGL_GREEN_SIZE 0x3023 macro
156 EGL_GREEN_SIZE, 8, in SkCommandBufferGLContext()
178 EGL_GREEN_SIZE, 8, in SkCommandBufferGLContext()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java128 EGL10.EGL_GREEN_SIZE, 4,
173 EGL10.EGL_GREEN_SIZE, 0); in chooseConfig()
210 EGL10.EGL_GREEN_SIZE, in printConfig()
/external/deqp/framework/egl/
DegluConfigInfo.cpp40 case EGL_GREEN_SIZE: return greenSize; in getAttribute()
77 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize); in queryConfigInfo()
DegluConfigFilter.cpp63 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); } in greenSize()
DegluStrUtil.inl80 case EGL_GREEN_SIZE: return "EGL_GREEN_SIZE";
DegluStrUtil.cpp67 case EGL_GREEN_SIZE: in operator <<()
DegluGLUtil.cpp201 { &glu::RenderConfig::greenBits, EGL_GREEN_SIZE }, in configMatches()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc45 EGL_GREEN_SIZE, 1, in GetXVisual()
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
DSkOSWindow_AndroidNative.cpp79 EGL_GREEN_SIZE, 8, in attach()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp77 EGL_GREEN_SIZE, 8, in SkANGLEGLContext()
/external/mesa3d/src/egl/main/
Deglconfig.h98 ATTRIB_MAP(EGL_GREEN_SIZE, GreenSize); in _eglOffsetOfConfig()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c74 EGL_GREEN_SIZE, 8, in engine_init_display()
/external/mesa3d/include/EGL/
Degl.h99 #define EGL_GREEN_SIZE 0x3023 macro
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp127 EGL_GREEN_SIZE, 8, in EGLGLContext()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java826 EGL10.EGL_GREEN_SIZE, greenSize, in ComponentSizeChooser()
855 EGL10.EGL_GREEN_SIZE, 0); in chooseConfig()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp203 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &greenBits); in createPixmap()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl65 #define EGL_GREEN_SIZE 0x3023 macro

12