Home
last modified time | relevance | path

Searched refs:EGL_NATIVE_BUFFER_ANDROID (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt57 EGL_NATIVE_BUFFER_ANDROID 0x3140
70 | EGL_NATIVE_BUFFER_ANDROID | Used for ANativeWindowBuffer objects |
76 If <target> is EGL_NATIVE_BUFFER_ANDROID, <dpy> must be a valid display,
83 "* If <target> is EGL_NATIVE_BUFFER_ANDROID and <buffer> is not a
87 * If <target> is EGL_NATIVE_BUFFER_ANDROID and <ctx> is not
90 * If <target> is EGL_NATIVE_BUFFER_ANDROID and <buffer> was created
/frameworks/base/libs/hwui/
DImage.cpp34 EGL_NATIVE_BUFFER_ANDROID, clientBuffer, attrs); in Image()
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp170 EGL_NATIVE_BUFFER_ANDROID, clientBuffer, imageAttrs); in com_android_server_AssetAtlasService_upload()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp131 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setupYuvTexSurface()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp236 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setupYuvTexSurface()
/frameworks/native/opengl/include/EGL/
Deglext.h518 #define EGL_NATIVE_BUFFER_ANDROID 0x3140 macro
/frameworks/native/libs/gui/
DGLConsumer.cpp1136 EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
/frameworks/native/opengl/libagl/
Degl.cpp2036 if (target != EGL_NATIVE_BUFFER_ANDROID) { in eglCreateImageKHR()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3228 EGL_NATIVE_BUFFER_ANDROID, buffer, NULL); in captureScreenImplLocked()