OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGL_BUFFER_PRESERVED
(Results
1 - 25
of
71
) sorted by null
1
2
3
/frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if
134
public static final int
EGL_BUFFER_PRESERVED
= 0x3094;
/external/deqp/framework/egl/
egluStrUtil.inl
201
case
EGL_BUFFER_PRESERVED
: return "
EGL_BUFFER_PRESERVED
";
/external/mesa3d/src/egl/main/
eglsurface.c
284
EGLint swapBehavior =
EGL_BUFFER_PRESERVED
;
461
case
EGL_BUFFER_PRESERVED
:
/frameworks/base/libs/hwui/renderthread/
EglManager.cpp
372
preserve ?
EGL_BUFFER_PRESERVED
: EGL_BUFFER_DESTROYED);
379
preserved = (swapBehavior ==
EGL_BUFFER_PRESERVED
);
/frameworks/base/opengl/java/android/opengl/
EGL14.java
134
public static final int
EGL_BUFFER_PRESERVED
= 0x3094;
/development/ndk/platforms/android-9/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/external/mesa3d/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/frameworks/native/opengl/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/EGL/
egl.h
204
#define
EGL_BUFFER_PRESERVED
0x3094 /* EGL_SWAP_BEHAVIOR value */
Completed in 597 milliseconds
1
2
3