Searched refs:EGL_NATIVE_BUFFER_ANDROID (Results 1 – 11 of 11) 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
|
D | README | 15 0x3140 EGL_NATIVE_BUFFER_ANDROID (EGL_ANDROID_image_native_buffer)
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLImage.cpp | 66 mEGLImage = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setNativeWindowBuffer()
|
D | GLESRenderEngine.cpp | 422 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/ |
D | GLUtils.h | 59 image = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, clientBuffer, in AutoEglImage()
|
/frameworks/av/services/camera/virtualcamera/util/ |
D | EglFramebuffer.cc | 48 EGL_NATIVE_BUFFER_ANDROID, clientBuffer, 0); in EglFrameBuffer()
|
/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/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 669 eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 1006 EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 541 #define EGL_NATIVE_BUFFER_ANDROID 0x3140 macro
|