HomeSort by relevance Sort by last modified time
    Searched refs:maxSwapInterval (Results 1 - 18 of 18) sorted by null

  /device/generic/opengl-transport/host/libs/virglrenderer/include/system/
window.h 30 ANativeWindow() : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0) {
40 const int maxSwapInterval;
  /external/swiftshader/include/Android/system/
window.h 30 ANativeWindow() : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0) {
40 const int maxSwapInterval;
  /external/deqp/framework/egl/
egluConfigInfo.hpp 59 deInt32 maxSwapInterval;
105 , maxSwapInterval (0)
egluConfigInfo.cpp 57 case EGL_MAX_SWAP_INTERVAL: return maxSwapInterval;
106 egl.getConfigAttrib(display, config, EGL_MAX_SWAP_INTERVAL, &dst->maxSwapInterval);
  /external/swiftshader/src/OpenGL/libEGL/
Config.h 35 Config(sw::Format displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);
93 void add(sw::Format displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);
Config.cpp 331 void ConfigSet::add(sw::Format displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample)
333 Config conformantConfig(displayFormat, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilFormat, multiSample);
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
framebuffer.cpp 59 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) {
151 const_cast<int&>(dev->device.maxSwapInterval) = 1;
  /device/linaro/hikey/gralloc/
framebuffer_device.cpp 58 else if (interval > dev->maxSwapInterval)
60 interval = dev->maxSwapInterval;
502 const_cast<int &>(dev->maxSwapInterval) = 1;
  /external/deqp/framework/qphelper/
qpTestLog.h 176 int maxSwapInterval;
qpTestLog.c     [all...]
  /device/generic/goldfish/gralloc/
framebuffer.cpp 67 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
352 const_cast<int&>(dev->device.maxSwapInterval) = 1;
  /external/deqp/executor/
xeTestCaseResult.hpp 370 int maxSwapInterval;
401 , maxSwapInterval (0)
xeTestLogWriter.cpp 400 << Writer::Attribute("MaxSwapInterval", de::toString(config.maxSwapInterval))
xeTestResultParser.cpp 631 config->maxSwapInterval = toInt(getAttribute("MaxSwapInterval"));
  /device/linaro/hikey/gralloc960/
framebuffer_device.cpp 63 else if (interval > dev->maxSwapInterval)
65 interval = dev->maxSwapInterval;
644 const_cast<int &>(dev->maxSwapInterval) = 1;
  /external/deqp/modules/egl/
teglConfigList.cpp 139 info.maxSwapInterval = val;
teglWideColorTests.cpp 802 info.maxSwapInterval = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_MAX_SWAP_INTERVAL);
    [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp     [all...]

Completed in 350 milliseconds