Home
last modified time | relevance | path

Searched refs:EGL_NATIVE_BUFFER_ANDROID (Results 1 – 11 of 11) 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
DREADME15 0x3140 EGL_NATIVE_BUFFER_ANDROID (EGL_ANDROID_image_native_buffer)
/frameworks/av/media/libstagefright/renderfright/gl/
DGLImage.cpp66 mEGLImage = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setNativeWindowBuffer()
DGLESRenderEngine.cpp422 mPlaceholderImage = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in GLESRenderEngine()
1004 EGLImageKHR image = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in createFramebufferImageIfNeeded()
/frameworks/base/libs/hwui/utils/
DGLUtils.h59 image = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, clientBuffer, in AutoEglImage()
/frameworks/av/services/camera/virtualcamera/util/
DEglFramebuffer.cc48 EGL_NATIVE_BUFFER_ANDROID, clientBuffer, 0); in EglFrameBuffer()
/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/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp669 eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
/frameworks/native/libs/gui/
DGLConsumer.cpp1006 EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
/frameworks/native/opengl/include/EGL/
Deglext.h541 #define EGL_NATIVE_BUFFER_ANDROID 0x3140 macro