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

  /hardware/qcom/display/msm8960/libgralloc/
fb_priv.h 53 uint32_t swapInterval;
framebuffer.cpp 70 property_get("debug.egl.swapinterval", pval, "-1");
81 m->swapInterval = interval;
304 module->swapInterval = 1;
  /hardware/qcom/display/msm8974/libgralloc/
fb_priv.h 53 uint32_t swapInterval;
framebuffer.cpp 70 property_get("debug.egl.swapinterval", pval, "-1");
81 m->swapInterval = interval;
304 module->swapInterval = 1;
  /hardware/qcom/display/msm8x26/libgralloc/
fb_priv.h 53 uint32_t swapInterval;
framebuffer.cpp 70 property_get("debug.egl.swapinterval", pval, "-1");
81 m->swapInterval = interval;
304 module->swapInterval = 1;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain.h 33 virtual EGLint reset(EGLint backbufferWidth, EGLint backbufferHeight, EGLint swapInterval) = 0;
SwapChain9.h 27 virtual EGLint reset(EGLint backbufferWidth, EGLint backbufferHeight, EGLint swapInterval);
SwapChain11.h 27 virtual EGLint reset(EGLint backbufferWidth, EGLint backbufferHeight, EGLint swapInterval);
SwapChain9.cpp 97 EGLint SwapChain9::reset(int backbufferWidth, int backbufferHeight, EGLint swapInterval)
204 presentParameters.PresentationInterval = convertInterval(swapInterval);
273 mSwapInterval = swapInterval;
SwapChain11.cpp 423 EGLint SwapChain11::reset(int backbufferWidth, int backbufferHeight, EGLint swapInterval)
452 mSwapInterval = static_cast<unsigned int>(swapInterval);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 48 void swapInterval(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType win,int interval);
EglMacApi.cpp 205 void swapInterval(EGLNativeDisplayType dpy,EGLNativeSurfaceType win,int interval){
EglX11Api.cpp 281 void swapInterval(EGLNativeDisplayType dpy,EGLNativeSurfaceType win,int interval){
EglWindowsApi.cpp 576 void swapInterval(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType win,int interval) {
EglImp.cpp 803 EglOS::swapInterval(dpy->nativeType(),currCtx->draw()->native(),interval);
    [all...]

Completed in 400 milliseconds