Home
last modified time | relevance | path

Searched refs:EGL_IMAGE_PRESERVED_KHR (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DImage.cpp31 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in Image()
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt79 attributes other than EGL_IMAGE_PRESERVED_KHR are ignored."
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp168 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in com_android_server_AssetAtlasService_upload()
/frameworks/native/opengl/include/EGL/
Deglext.h158 #define EGL_IMAGE_PRESERVED_KHR 0x30D2 /* eglCreateImageKHR attribute */ macro
/frameworks/native/libs/gui/
DGLConsumer.cpp1117 EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in createImage()