Searched refs:eglDestroySurface (Results 1 - 25 of 40) sorted by path

12

/external/chromium_org/content/common/gpu/media/
H A Ddxva_video_decode_accelerator.cc278 eglDestroySurface(
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc231 EGLBoolean eglDestroySurface(EGLDisplay dpy, function
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
/external/chromium_org/third_party/angle/src/libEGL/
H A DlibEGL.cpp369 EGLBoolean __stdcall eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
/external/chromium_org/third_party/angle/util/
H A DEGLWindow.cpp182 eglDestroySurface(mDisplay, mSurface);
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoDecoder.java251 EGL14.eglDestroySurface(eglDisplay, eglSurface);
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglapi.c582 eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
880 { "eglDestroySurface", (_EGLProc) eglDestroySurface },
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp45 eglDestroySurface(fDisplay, fSurface);
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp46 eglDestroySurface(fDisplay, fSurface);
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp73 eglDestroySurface(fDisplay, fSurface);
521 eglDestroySurface(fDisplay, fSurface);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c155 eglDestroySurface(engine->display, engine->surface);
/external/chromium_org/ui/gl/
H A Dgl_surface_egl.cc359 if (!eglDestroySurface(GetDisplay(), surface_)) {
360 LOG(ERROR) << "eglDestroySurface failed with error "
579 eglDestroySurface(display, old_surface);
587 if (!eglDestroySurface(GetDisplay(), surface_)) {
588 LOG(ERROR) << "eglDestroySurface failed with error "
/external/deqp/framework/egl/
H A DegluApiPrototypes.inl16 EGLBoolean eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
H A DegluCallLogWrapper.inl124 EGLBoolean CallLogWrapper::eglDestroySurface (EGLDisplay param0, EGLSurface param1)
127 m_log << TestLog::Message << "eglDestroySurface(" << getEGLDisplayStr(param0) << ", " << toHex(param1) << ");" << TestLog::EndMessage;
128 EGLBoolean returnValue = ::eglDestroySurface(param0, param1);
H A DegluGLContextFactory.cpp618 EGLU_CHECK_CALL(eglDestroySurface(m_eglDisplay, m_eglSurface));
661 EGLU_CHECK_CALL(eglDestroySurface(m_eglDisplay, m_eglSurface));
683 eglDestroySurface(m_eglDisplay, m_eglSurface);
H A DegluUnique.cpp40 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_surface));
H A DtcuEgl.cpp176 eglDestroySurface(m_display.getEGLDisplay(), m_surface);
201 eglDestroySurface(m_display.getEGLDisplay(), m_surface);
222 eglDestroySurface(m_display.getEGLDisplay(), m_surface);
/external/deqp/modules/egl/
H A DteglApiCase.cpp97 eglDestroySurface(getDisplay(), got);
H A DteglCreateSurfaceTests.cpp267 eglDestroySurface(display.getEGLDisplay(), surface);
H A DteglGLES2SharedRenderingPerfTests.cpp666 TCU_CHECK_EGL_CALL(eglDestroySurface(display, m_eglSurface));

Completed in 599 milliseconds

12