Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/specs/
H A 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
H A DREADME15 0x3140 EGL_NATIVE_BUFFER_ANDROID (EGL_ANDROID_image_native_buffer)
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLImage.cpp68 mEGLImage = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setNativeWindowBuffer()
H A DGLESRenderEngine.cpp469 mPlaceholderImage = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in GLESRenderEngine()
1060 EGLImageKHR image = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in createFramebufferImageIfNeeded()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLImage.cpp66 mEGLImage = eglCreateImageKHR(mEGLDisplay, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setNativeWindowBuffer()
H A 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()
/aosp12/frameworks/base/libs/hwui/utils/
H A DGLUtils.h59 image = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, clientBuffer, in AutoEglImage()
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DVideoTex.cpp89 EGL_NATIVE_BUFFER_ANDROID, clientBuf, in refresh()
H A DRenderBase.cpp169 EGL_NATIVE_BUFFER_ANDROID, clientBuf, in attachRenderTarget()
/aosp12/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/jni/
H A DCarEvsCameraPreviewRenderer.cpp54 EGL_NATIVE_BUFFER_ANDROID, in nativeUpdateTexture()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A DEGLImageBuffer.cpp38 eglGetCurrentDisplay(), (EGLContext)EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in create_eglImage()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DEGLImageBuffer.cpp38 eglGetCurrentDisplay(), (EGLContext)EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in create_eglImage()
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A DEGLImageBuffer.cpp38 eglGetCurrentDisplay(), (EGLContext)EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in create_eglImage()
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp38 eglGetCurrentDisplay(), (EGLContext)EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in create_eglImage()
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp38 eglGetCurrentDisplay(), (EGLContext)EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in create_eglImage()
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp38 eglGetCurrentDisplay(), (EGLContext)EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in create_eglImage()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DVideoTex.cpp110 EGL_NATIVE_BUFFER_ANDROID, clientBuf, in refresh()
H A DRenderBase.cpp168 EGL_NATIVE_BUFFER_ANDROID, clientBuf, in attachRenderTarget()
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp131 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setupYuvTexSurface()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DGlWrapper.cpp401 EGL_NATIVE_BUFFER_ANDROID, in updateImageTexture()
/aosp12/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp236 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setupYuvTexSurface()
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DEGLConsumer.cpp665 eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp1006 EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
/aosp12/frameworks/native/opengl/include/EGL/
H A Deglext.h541 #define EGL_NATIVE_BUFFER_ANDROID 0x3140 macro