Searched refs:EGL_NATIVE_BUFFER_ANDROID (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 57 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/ |
D | Image.cpp | 34 EGL_NATIVE_BUFFER_ANDROID, clientBuffer, attrs); in Image()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 170 EGL_NATIVE_BUFFER_ANDROID, clientBuffer, imageAttrs); in com_android_server_AssetAtlasService_upload()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 131 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setupYuvTexSurface()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 236 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setupYuvTexSurface()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 518 #define EGL_NATIVE_BUFFER_ANDROID 0x3140 macro
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 1136 EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 2036 if (target != EGL_NATIVE_BUFFER_ANDROID) { in eglCreateImageKHR()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3228 EGL_NATIVE_BUFFER_ANDROID, buffer, NULL); in captureScreenImplLocked()
|