Searched refs:EGL_SAMPLES (Results 1 - 25 of 41) sorted by relevance

12

/external/skia/tools/viewer/sk_app/android/
H A DGLWindowContext_android.cpp82 EGL_SAMPLES, fDisplayParams.fMSAASampleCount,
133 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount);
/external/deqp/framework/egl/
H A DegluConfigFilter.cpp81 int CandidateConfig::samples (void) const { return get(EGL_SAMPLES); }
H A DegluConfigInfo.cpp64 case EGL_SAMPLES: return samples;
113 egl.getConfigAttrib(display, config, EGL_SAMPLES, &dst->samples);
H A DegluStrUtil.cpp74 case EGL_SAMPLES:
H A DegluStrUtil.inl100 case EGL_SAMPLES: return "EGL_SAMPLES";
H A DegluGLUtil.cpp206 { &glu::RenderConfig::numSamples, EGL_SAMPLES },
H A DegluGLContextFactory.cpp422 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_SAMPLES, &numSamples);
/external/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp43 #define EGL_SAMPLES 0x3031 macro
302 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_SAMPLES, &result);
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp271 { EGL_SAMPLES, 0 },
441 { EGL_SAMPLES, ChooseConfigRandomCase::getInt<0, 1>, },
564 { EGL_SAMPLES, "samples" },
634 EGL_SAMPLES
662 EGL_SAMPLES,
H A DteglChooseConfigReference.cpp252 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLES>,
311 rules[EGL_SAMPLES] = AttribRule(EGL_SAMPLES, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 6
H A DteglConfigList.cpp154 egl.getConfigAttrib(display, configs[i], EGL_SAMPLES, &val);
H A DteglSwapBuffersTests.cpp287 log << TestLog::Message << "EGL_SAMPLES: " << eglu::getConfigAttribInt(egl, display, config, EGL_SAMPLES) << TestLog::EndMessage;
H A DteglQueryConfigTests.cpp579 { EGL_SAMPLES, "samples" },
/external/mesa3d/src/egl/main/
H A Deglconfig.h119 ATTRIB_MAP(EGL_SAMPLES, Samples);
H A Deglconfig.c222 { EGL_SAMPLES, ATTRIB_TYPE_INTEGER,
590 EGL_SAMPLES,
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp505 msaaConfigAttribList[kConfigAttribListCnt + 1] = EGL_SAMPLES;
572 eglGetConfigAttrib(fDisplay, fConfig, EGL_SAMPLES, &info->fSampleCount);
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp484 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_SAMPLES , &i32Values[1]);
598 conflist[i++] = EGL_SAMPLES;
/external/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp183 _eglSetConfigKey(&conf->base, EGL_SAMPLES, _eglGetConfigKey(&conf->base, EGL_SAMPLE_BUFFERS) == 0 ? 0 : 0);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Degl.h113 #define EGL_SAMPLES 0x3031 macro
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java224 EGL10.EGL_SAMPLES,
259 "EGL_SAMPLES",
/external/mesa3d/include/EGL/
H A Degl.h105 #define EGL_SAMPLES 0x3031 macro
/external/swiftshader/include/EGL/
H A Degl.h105 #define EGL_SAMPLES 0x3031 macro
/external/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp386 case EGL_SAMPLES: match = config->mSamples >= attribute[1]; break;
/external/deqp/framework/egl/wrapper/
H A DeglwEnums.inl79 #define EGL_SAMPLES 0x3031
H A DeglwEnumsC.inl79 #define EGL_SAMPLES 0x3031

Completed in 196 milliseconds

12