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

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if135 public static final int EGL_BUFFER_DESTROYED = 0x3095;
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp293 preserve ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTROYED);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java135 public static final int EGL_BUFFER_DESTROYED = 0x3095; field in class:EGL14
/frameworks/native/opengl/include/EGL/
H A Degl.h205 #define EGL_BUFFER_DESTROYED 0x3095 /* EGL_SWAP_BEHAVIOR value */ macro
/frameworks/native/opengl/libagl/
H A Degl.cpp626 * EGL_BUFFER_DESTROYED means that the content of the buffer is lost.
628 * However when ANDROID_swap_retcangle is supported, EGL_BUFFER_DESTROYED
636 return EGL_BUFFER_DESTROYED;

Completed in 943 milliseconds