HomeSort by relevance Sort by last modified time
    Searched full:swapinterval (Results 1 - 11 of 11) sorted by null

  /frameworks/native/opengl/tests/swapinterval/
Android.mk 5 swapinterval.cpp
16 LOCAL_MODULE:= test-opengl-swapinterval
  /frameworks/native/opengl/tests/
Android.mk 19 swapinterval \
  /hardware/qcom/display/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/chrome/browser/renderer_host/
accelerated_plugin_view_mac.mm 85 GLint swapInterval;
87 swapInterval = 0;
89 swapInterval = 1;
90 [glContext_ setValues:&swapInterval forParameter:NSOpenGLCPSwapInterval];
  /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 282 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...]
  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 666 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
    [all...]

Completed in 486 milliseconds