Home
last modified time | relevance | path

Searched defs:eglSurface (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp236 Surface *eglSurface, in PostSubBufferNV()
257 Surface *eglSurface, in PresentationTimeANDROID()
271 Surface *eglSurface, in GetCompositorTimingSupportedANDROID()
280 Surface *eglSurface, in GetCompositorTimingANDROID()
297 Surface *eglSurface, in GetNextFrameIdANDROID()
311 Surface *eglSurface, in GetFrameTimestampSupportedANDROID()
322 Surface *eglSurface, in GetFrameTimestampsANDROID()
456 Surface *eglSurface, in QuerySurfacePointerANGLE()
576 Surface *eglSurface, in SwapBuffersWithDamageKHR()
655 Surface *eglSurface, in GetMscRateANGLE()
[all …]
Degl_stubs.cpp58 EGLBoolean BindTexImage(Thread *thread, Display *display, Surface *eglSurface, EGLint buffer) in BindTexImage()
110 Surface *eglSurface, in CopyBuffers()
300 EGLBoolean DestroySurface(Thread *thread, Display *display, Surface *eglSurface) in DestroySurface()
550 Surface *eglSurface, in QuerySurface()
564 EGLBoolean ReleaseTexImage(Thread *thread, Display *display, Surface *eglSurface, EGLint buffer) in ReleaseTexImage()
613 Surface *eglSurface, in SurfaceAttrib()
625 EGLBoolean SwapBuffers(Thread *thread, Display *display, Surface *eglSurface) in SwapBuffers()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp458 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in DestroySurface() local
483 egl::Surface *eglSurface = (egl::Surface*)surface; in QuerySurface() local
657 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in SurfaceAttrib() local
715 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in BindTexImage() local
759 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in ReleaseTexImage() local
1146 egl::Surface *eglSurface = (egl::Surface*)surface; in SwapBuffers() local
1172 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in CopyBuffers() local
/external/deqp/modules/egl/
DteglRenderCase.cpp143 …EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL… in executeForConfig() local
167 …EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL… in executeForConfig() local
DteglResizeTests.cpp175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay, in init() local
332 EGLSurface eglSurface, in checkSurfaceSize()
DteglNegativePartialUpdateTests.cpp119 …MakeCurrentEGLContext (const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, EGLConfig… in initAndMakeCurrentEGLContext()
DteglGLES2SharingThreadedTests.cpp219 EGLSurface eglSurface; member in deqp::egl::GLES2ThreadTest::EGLThread
/external/webrtc/sdk/android/src/java/org/webrtc/
DEglBase14Impl.java39 private EGLSurface eglSurface = EGL14.EGL_NO_SURFACE; field in EglBase14Impl
DEglBase10Impl.java38 private EGLSurface eglSurface = EGL10.EGL_NO_SURFACE; field in EglBase10Impl
/external/angle/src/libANGLE/
DvalidationEGL.cpp4318 const Surface *eglSurface) in ValidateSyncControlCHROMIUM()
4335 const Surface *eglSurface) in ValidateSyncControlRateANGLE()
4352 const Surface *eglSurface, in ValidateGetMscRateANGLE()
4374 const Surface *eglSurface, in ValidateGetSyncValuesCHROMIUM()
4418 const Surface *eglSurface) in ValidateSwapBuffers()
5702 const Surface *eglSurface, in ValidateQuerySurfacePointerANGLE()
5743 const Surface *eglSurface, in ValidatePostSubBufferNV()