Searched refs:EGL_SWAP_BEHAVIOR (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp292 preserved = eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR,
295 ALOGW("Failed to set EGL_SWAP_BEHAVIOR on surface %p, error=%s",
302 if (eglQuerySurface(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, &swapBehavior)) {
305 ALOGW("Failed to query EGL_SWAP_BEHAVIOR on surface %p, error=%p",
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if125 public static final int EGL_SWAP_BEHAVIOR = 0x3093;
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java125 public static final int EGL_SWAP_BEHAVIOR = 0x3093; field in class:EGL14
/frameworks/native/opengl/include/EGL/
H A Degl.h180 #define EGL_SWAP_BEHAVIOR 0x3093 macro
204 #define EGL_BUFFER_PRESERVED 0x3094 /* EGL_SWAP_BEHAVIOR value */
205 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */
/frameworks/native/opengl/libagl/
H A Degl.cpp1648 case EGL_SWAP_BEHAVIOR:

Completed in 1392 milliseconds