HomeSort by relevance Sort by last modified time
    Searched refs:EGLSurface (Results 76 - 100 of 265) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreatePbufferFromClientBuffer.cpp 0 /* EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list ) */
8 EGLSurface _returnValue = (EGLSurface) 0;
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer)
62 eglw::EGLBoolean CallLogWrapper::eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target)
102 eglw::EGLSurface CallLogWrapper::eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list)
106 eglw::EGLSurface returnValue = m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
112 eglw::EGLSurface CallLogWrapper::eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list)
116 eglw::EGLSurface returnValue = m_egl.createPbufferSurface(dpy, config, attrib_list);
122 eglw::EGLSurface CallLogWrapper::eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list)
126 eglw::EGLSurface returnValue = m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
132 eglw::EGLSurface CallLogWrapper::eglCreatePlatformPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list)
136 eglw::EGLSurface returnValue = m_egl.createPlatformPixmapSurface(dpy, config, native_pixmap, attrib_list)
    [all...]
egluUtil.hpp 74 eglw::EGLint querySurfaceInt (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface, eglw::EGLint attrib);
75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
76 tcu::IVec2 getSurfaceResolution (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
80 eglw::EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
81 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 53 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglX11CopyBuffersFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLNativePixmapType target);
54 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreatePixmapSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativePixmapType pixmap, const eglw::EGLint* attrib_list);
55 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreateWindowSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativeWindowType win, const eglw::EGLint* attrib_list);
82 eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const
87 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const
92 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const
  /external/swiftshader/tests/unittests/
unittests.cpp 156 EGLSurface currentDrawSurface = eglGetCurrentSurface(EGL_DRAW);
160 EGLSurface currentReadSurface = eglGetCurrentSurface(EGL_READ);
182 EGLSurface currentDrawSurface = eglGetCurrentSurface(EGL_DRAW);
186 EGLSurface currentReadSurface = eglGetCurrentSurface(EGL_READ);
281 EGLSurface getSurface() const { return surface; }
286 EGLSurface surface;
861 EGLSurface createIOSurfacePbuffer(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type) const
875 EGLSurface pbuffer = eglCreatePbufferFromClientBuffer(getDisplay(), EGL_IOSURFACE_ANGLE, buffer, getConfig(), attribs);
880 void bindIOSurfaceToTexture(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer, GLuint *texture) const
917 EGLSurface pbuffer
    [all...]
  /external/swiftshader/include/EGL/
eglext.h 248 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
249 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface);
251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
252 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface);
263 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACE64KHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *value);
265 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *value);
282 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects);
284 EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects);
433 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stre (…)
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 62 EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLint *attribList);
63 EGLSurface createPBufferSurface(EGLConfig config, const EGLint *attribList, EGLClientBuffer clientBuffer = nullptr);
libEGL.cpp 300 EGLSurface CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list)
320 EGLSurface CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
335 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
352 EGLBoolean DestroySurface(EGLDisplay dpy, EGLSurface surface)
354 TRACE("(EGLDisplay dpy = %p, EGLSurface surface = %p)", dpy, surface);
357 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface);
359 if(!validateSurface(display, eglSurface))
374 EGLBoolean QuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
376 TRACE("(EGLDisplay dpy = %p, EGLSurface surface = %p, EGLint attribute = %d, EGLint *value = %p)",
380 egl::Surface *eglSurface = (egl::Surface*)surface
    [all...]
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 44 EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface);
278 EGLSurface EglManager::createSurface(EGLNativeWindowType window, bool wideColorGamut) {
325 EGLSurface surface = eglCreateWindowSurface(
328 "Failed to create EGLSurface for window %p, eglErr = %s", (void*)window,
341 void EglManager::destroySurface(EGLSurface surface) {
367 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) {
391 EGLint EglManager::queryBufferAge(EGLSurface surface) {
405 Frame EglManager::beginFrame(EGLSurface surface) {
467 bool EglManager::setPreserveBuffer(EGLSurface surface, bool preserve) {
  /frameworks/native/cmds/flatland/
GLHelper.cpp 134 bool GLHelper::makeCurrent(EGLSurface surface) {
152 sp<GLConsumer>* glConsumer, EGLSurface* surface,
168 void GLHelper::destroySurface(EGLSurface* surface) {
178 bool GLHelper::swapBuffers(EGLSurface surface) {
202 sp<GLConsumer>* glConsumer, EGLSurface* surface) {
213 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
246 sp<SurfaceControl>* surfaceControl, EGLSurface* surface) {
278 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
  /frameworks/rs/driver/
rsdGL.h 36 EGLSurface surface;
37 EGLSurface surfaceDefault;
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.h 98 EGLSurface mEglSurface;
  /external/deqp/modules/egl/
teglApiCase.hpp 58 void expectNoSurface (eglw::EGLSurface got);
teglImageUtil.hpp 55 eglw::EGLSurface get (void) const { return **m_surface; }
teglMultiThreadTests.cpp 724 vector<pair<eglu::NativePixmap*, EGLSurface> > m_sharedNativePixmaps;
725 vector<pair<eglu::NativePixmap*, EGLSurface> > m_nativePixmaps0;
726 vector<pair<eglu::NativePixmap*, EGLSurface> > m_nativePixmaps1;
728 vector<pair<eglu::NativeWindow*, EGLSurface> > m_sharedNativeWindows;
729 vector<pair<eglu::NativeWindow*, EGLSurface> > m_nativeWindows0;
730 vector<pair<eglu::NativeWindow*, EGLSurface> > m_nativeWindows1;
732 vector<EGLSurface> m_sharedPbuffers;
733 vector<EGLSurface> m_pbuffers0;
734 vector<EGLSurface> m_pbuffers1;
983 vector<EGLSurface>& pbuffers = (thread.getId() == 0 ? m_pbuffers0 : m_pbuffers1)
    [all...]
teglNegativeApiTests.cpp 187 expectFalse(eglBindTexImage(display, (EGLSurface)-1, EGL_BACK_BUFFER));
226 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, pixmap->getLegacyNative()));
766 expectFalse(eglDestroySurface(display, (EGLSurface)-1));
    [all...]
  /external/mesa3d/include/EGL/
eglmesaext.h 81 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
  /external/skia/tools/fiddle/
egl_context.cpp 50 EGLSurface eglSurf = eglCreatePbufferSurface(eglDpy, eglCfg, pbufferAttribs);
  /external/skqp/tools/fiddle/
egl_context.cpp 50 EGLSurface eglSurf = eglCreatePbufferSurface(eglDpy, eglCfg, pbufferAttribs);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.h 59 EGLSurface m_EGLWindow;
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.h 57 EGLSurface mEglSurface = EGL_NO_SURFACE;
  /packages/services/Car/evs/sampleDriver/
GlWrapper.h 60 EGLSurface mSurface;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 24 import android.opengl.EGLSurface;
54 private EGLSurface mEGLSurface = EGL14.EGL_NO_SURFACE;
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 26 import android.opengl.EGLSurface;
43 private EGLSurface mEGLSurface = EGL14.EGL_NO_SURFACE;
114 Log.d(TAG, "re-create EGLSurface");
OutputSurface.java 24 import android.opengl.EGLSurface;
50 private EGLSurface mEGLSurface = EGL14.EGL_NO_SURFACE;

Completed in 2214 milliseconds

1 2 34 5 6 7 8 91011