Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLImage.cpp36 attrs.push_back(EGL_IMAGE_PRESERVED_KHR); in buildAttributeList()
/frameworks/base/libs/hwui/utils/
DGLUtils.h58 EGLint imageAttrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE}; in AutoEglImage()
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt79 attributes other than EGL_IMAGE_PRESERVED_KHR are ignored."
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp658 EGL_IMAGE_PRESERVED_KHR, in createImage()
/frameworks/native/libs/gui/
DGLConsumer.cpp997 EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in createImage()
/frameworks/native/opengl/include/EGL/
Deglext.h218 #define EGL_IMAGE_PRESERVED_KHR 0x30D2 macro