Searched refs:EGL_IMAGE_PRESERVED_KHR (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
H A D | Image.cpp | 29 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
|
H A D | OpenGLReadback.cpp | 76 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
H A D | Image.cpp | 44 attrs.push_back(EGL_IMAGE_PRESERVED_KHR);
|
/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaOpenGLPipeline.cpp | 270 EGLint imageAttrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
|
/frameworks/base/libs/hwui/renderthread/ |
H A D | OpenGLPipeline.cpp | 311 EGLint imageAttrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
|
/frameworks/native/libs/gui/ |
H A D | GLConsumer.cpp | 1129 EGL_IMAGE_PRESERVED_KHR, EGL_TRUE,
|
/frameworks/native/opengl/include/EGL/ |
H A D | eglext.h | 218 #define EGL_IMAGE_PRESERVED_KHR 0x30D2 macro
|
Completed in 39 milliseconds