HomeSort by relevance Sort by last modified time
    Searched refs:EGLClientBuffer (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /hardware/intel/common/libva/va/egl/
va_egl.h 10 typedef void* EGLClientBuffer;
12 /*This function is used to get EGLClientBuffer
15 * should maintain EGLClientBuffer itself.*/
20 EGLClientBuffer *buffer /* out*/
va_egl.c 36 * EGLClientBuffer buffer,
47 * thus the simplest way to support gst-gltexture is defining a new API to pass EGLClientBuffer
50 * EGLClientBuffer is gfx/video driver implementation specific (?). It means we need to pass up
67 EGLClientBuffer *buffer /* out*/
  /frameworks/base/libs/hwui/
Image.cpp 28 EGLClientBuffer clientBuffer = (EGLClientBuffer) buffer->getNativeBuffer();
  /external/deqp/modules/egl/
teglImageUtil.hpp 67 virtual eglw::EGLClientBuffer get (void) const = 0;
76 virtual eglw::EGLImageKHR createImage (const eglw::Library& egl, eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLClientBuffer clientBuffer) const = 0;
teglAndroidUtil.cpp 83 EGLClientBuffer get (void) const { return reinterpret_cast<EGLClientBuffer>(m_windowBuffer); }
108 EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer clientBuffer) const;
163 EGLImageKHR AndroidNativeImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext, EGLClientBuffer clientBuffer) const
teglImageUtil.cpp 137 EGLClientBuffer get (void) const { return reinterpret_cast<EGLClientBuffer>(static_cast<deUintptr>(getName())); }
156 EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer clientBuffer) const;
163 EGLImageKHR GLImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer clientBuffer) const
520 EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer clientBuffer) const;
530 EGLImageKHR UnsupportedImageSource::createImage (const Library&, EGLDisplay, EGLContext, EGLClientBuffer) const
  /external/deqp/framework/egl/wrapper/
eglwTypes.inl 56 typedef void* EGLClientBuffer;
eglwFuncPtrLibraryDecl.inl 13 EGLImage createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const;
14 EGLImageKHR createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const;
15 EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const;
eglwApi.inl 74 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
75 EGLImageKHR eglwCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
76 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
eglwFunctionTypes.inl 13 typedef EGLW_APICALL EGLImage (EGLW_APIENTRY* eglCreateImageFunc) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
14 typedef EGLW_APICALL EGLImageKHR (EGLW_APIENTRY* eglCreateImageKHRFunc) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
15 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglCreatePbufferFromClientBufferFunc) (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
eglwLibrary.inl 13 virtual EGLImage createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const = 0;
14 virtual EGLImageKHR createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const = 0;
15 virtual EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const = 0;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_proc.h 40 typedef EGLSurface (* eglCreatePbufferFromClientBuffer_t) (EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint*);
59 typedef EGLImageKHR (* eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*);
  /packages/services/Car/evs/app/
VideoTex.cpp 102 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer());
RenderBase.cpp 162 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer());
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2_fallbacks.h 51 EGLClientBuffer buffer,
egl_dri2.h 113 EGLClientBuffer buffer,
370 EGLClientBuffer buffer, const EGLint *attr_list);
374 EGLClientBuffer buffer, const EGLint *attr_list);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreatePbufferFromClientBuffer.cpp 1 /* EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list ) */
45 reinterpret_cast<EGLClientBuffer>(buffer),
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 13 eglw::EGLImage eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list);
14 eglw::EGLImageKHR eglCreateImageKHR (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list);
15 eglw::EGLSurface eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list);
  /cts/tests/vr/jni/
VrExtensionsJni.cpp 31 EGLClientBuffer(EGLAPIENTRYP)(const AHardwareBuffer* buffer);
104 // Create EGLClientBuffer from the AHardwareBuffer.
105 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer);
107 // Create EGLImage from EGLClientBuffer.
198 // Create EGLClientBuffer from the AHardwareBuffer.
199 EGLClientBuffer native_buffer = eglGetNativeClientBufferANDROID(hwbuffer);
201 // Create uniform buffer from EGLClientBuffer.
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.cpp 225 AutoEglImage(EGLDisplay display, EGLClientBuffer clientBuffer)
349 EGLClientBuffer clientBuffer = (EGLClientBuffer) buffer->getNativeBuffer();
  /hardware/qcom/display/msm8998/gpu_tonemapper/
EGLImageBuffer.cpp 39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs);
  /hardware/qcom/display/sdm845/gpu_tonemapper/
EGLImageBuffer.cpp 39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs);
  /development/ndk/platforms/android-14/include/EGL/
eglext.h 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
  /external/mesa3d/src/egl/main/
eglapi.h 126 EGLClientBuffer buffer,
132 EGLClientBuffer buffer,

Completed in 1155 milliseconds

1 2 3 4 5 6 7 8 910