Searched refs:swapBehavior (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
H A DSurface.cpp53 swapBehavior = EGL_BUFFER_PRESERVED;
148 void Surface::setSwapBehavior(EGLenum swapBehavior) argument
150 this->swapBehavior = swapBehavior;
202 return swapBehavior;
H A DSurface.h43 void setSwapBehavior(EGLenum swapBehavior);
91 EGLenum swapBehavior; // Buffer swap behavior member in class:egl::Surface
/external/mesa3d/src/egl/main/
H A Deglsurface.c284 EGLint swapBehavior = EGL_BUFFER_PRESERVED; local
290 swapBehavior = EGL_BUFFER_DESTROYED;
332 surf->SwapBehavior = swapBehavior;
/external/deqp/modules/egl/
H A DteglQuerySurfaceTests.cpp201 const EGLint swapBehavior = eglu::querySurfaceInt(egl, display, surface, EGL_SWAP_BEHAVIOR); local
203 if (swapBehavior != EGL_BUFFER_DESTROYED && swapBehavior != EGL_BUFFER_PRESERVED)
205 log << TestLog::Message << " Fail, invalid swap behavior value " << swapBehavior << TestLog::EndMessage;
209 if (swapBehavior == EGL_BUFFER_PRESERVED && !(info.surfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT))
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 123 milliseconds