Home
last modified time | relevance | path

Searched refs:eglSurface (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs.cpp236 Surface *eglSurface, in PostSubBufferNV() argument
244 Error error = eglSurface->postSubBuffer(thread->getContext(), x, y, width, height); in PostSubBufferNV()
247 thread->setError(error, "eglPostSubBufferNV", GetSurfaceIfValid(display, eglSurface)); in PostSubBufferNV()
257 Surface *eglSurface, in PresentationTimeANDROID() argument
262 ANGLE_EGL_TRY_RETURN(thread, eglSurface->setPresentationTime(time), in PresentationTimeANDROID()
263 "eglPresentationTimeANDROID", GetSurfaceIfValid(display, eglSurface), in PresentationTimeANDROID()
271 Surface *eglSurface, in GetCompositorTimingSupportedANDROID() argument
275 return eglSurface->getSupportedCompositorTimings().test(nameInternal); in GetCompositorTimingSupportedANDROID()
280 Surface *eglSurface, in GetCompositorTimingANDROID() argument
287 ANGLE_EGL_TRY_RETURN(thread, eglSurface->getCompositorTiming(numTimestamps, names, values), in GetCompositorTimingANDROID()
[all …]
Degl_stubs.cpp58 EGLBoolean BindTexImage(Thread *thread, Display *display, Surface *eglSurface, EGLint buffer) in BindTexImage() argument
67 egl_gl::EGLTextureTargetToTextureType(eglSurface->getTextureTarget()); in BindTexImage()
69 ANGLE_EGL_TRY_RETURN(thread, eglSurface->bindTexImage(context, textureObject, buffer), in BindTexImage()
70 "eglBindTexImage", GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in BindTexImage()
110 Surface *eglSurface, in CopyBuffers() argument
300 EGLBoolean DestroySurface(Thread *thread, Display *display, Surface *eglSurface) in DestroySurface() argument
304 ANGLE_EGL_TRY_RETURN(thread, display->destroySurface(eglSurface), "eglDestroySurface", in DestroySurface()
305 GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in DestroySurface()
554 Surface *eglSurface, in QuerySurface() argument
561 thread, QuerySurfaceAttrib(display, thread->getContext(), eglSurface, attribute, value), in QuerySurface()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_ext.cpp41 Surface *eglSurface = static_cast<Surface *>(surface); in EGL_QuerySurfacePointerANGLE() local
43 Error error = ValidateSurface(display, eglSurface); in EGL_QuerySurfacePointerANGLE()
47 GetSurfaceIfValid(display, eglSurface)); in EGL_QuerySurfacePointerANGLE()
60 GetSurfaceIfValid(display, eglSurface)); in EGL_QuerySurfacePointerANGLE()
71 GetSurfaceIfValid(display, eglSurface)); in EGL_QuerySurfacePointerANGLE()
79 GetSurfaceIfValid(display, eglSurface)); in EGL_QuerySurfacePointerANGLE()
85 GetSurfaceIfValid(display, eglSurface)); in EGL_QuerySurfacePointerANGLE()
89 error = eglSurface->querySurfacePointerANGLE(attribute, value); in EGL_QuerySurfacePointerANGLE()
93 GetSurfaceIfValid(display, eglSurface)); in EGL_QuerySurfacePointerANGLE()
116 Surface *eglSurface = static_cast<Surface *>(surface); in EGL_PostSubBufferNV() local
[all …]
Dentry_points_egl.cpp325 Surface *eglSurface = static_cast<Surface *>(surface); in EGL_DestroySurface() local
327 ANGLE_EGL_TRY_RETURN(thread, ValidateDestroySurface(display, eglSurface, surface), in EGL_DestroySurface()
328 "eglDestroySurface", GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in EGL_DestroySurface()
330 ANGLE_EGL_TRY_RETURN(thread, display->destroySurface(eglSurface), "eglDestroySurface", in EGL_DestroySurface()
331 GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in EGL_DestroySurface()
350 const Surface *eglSurface = static_cast<const Surface *>(surface); in EGL_QuerySurface() local
352 ANGLE_EGL_TRY_RETURN(thread, ValidateQuerySurface(display, eglSurface, attribute, value), in EGL_QuerySurface()
353 "eglQuerySurface", GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in EGL_QuerySurface()
355 QuerySurfaceAttrib(eglSurface, attribute, value); in EGL_QuerySurface()
567 Surface *eglSurface = (Surface *)surface; in EGL_SwapBuffers() local
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp458 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in DestroySurface() local
462 if(!validateSurface(display, eglSurface)) in DestroySurface()
483 egl::Surface *eglSurface = (egl::Surface*)surface; in QuerySurface() local
487 if(!validateSurface(display, eglSurface)) in QuerySurface()
506 *value = eglSurface->getConfigID(); in QuerySurface()
509 *value = eglSurface->getHeight(); in QuerySurface()
515 …if(eglSurface->isPBufferSurface()) // For a window or pixmap surface, the contents of *value are… in QuerySurface()
517 *value = eglSurface->getLargestPBuffer(); in QuerySurface()
521 …if(eglSurface->isPBufferSurface()) // For a window or pixmap surface, the contents of *value are… in QuerySurface()
527 …if(eglSurface->isPBufferSurface()) // For a window or pixmap surface, the contents of *value are… in QuerySurface()
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglRenderCase.cpp143 …EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL… in executeForConfig() local
144 eglu::UniqueSurface surface (egl, display, eglSurface); in executeForConfig()
167 …EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL… in executeForConfig() local
168 eglu::UniqueSurface surface (egl, display, eglSurface); in executeForConfig()
DteglResizeTests.cpp175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay, in init() local
180 MovePtr<UniqueSurface> surface (new UniqueSurface(egl, eglDisplay, eglSurface)); in init()
332 EGLSurface eglSurface, in checkSurfaceSize() argument
338 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface); in checkSurfaceSize()
DteglNegativePartialUpdateTests.cpp119 …rrentEGLContext (const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, EGLConfig eglCo… in initAndMakeCurrentEGLContext() argument
126 TCU_CHECK(eglSurface != EGL_NO_SURFACE); in initAndMakeCurrentEGLContext()
127 egl.makeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in initAndMakeCurrentEGLContext()
DteglGLES2SharingThreadedTests.cpp219 EGLSurface eglSurface; member in deqp::egl::GLES2ThreadTest::EGLThread
227 , eglSurface (EGL_NO_SURFACE) in EGLThread()
241 egl.destroySurface(runtimeContext->display, eglSurface); in deinit()
242 eglSurface = EGL_NO_SURFACE; in deinit()
708 thread.eglSurface = m_surface->surface; in exec()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.h185 const EGLSurface eglSurface);
204 const EGLSurface eglSurface,
211 const EGLSurface eglSurface,
DvalidationEGL.cpp2931 const EGLSurface eglSurface) in ValidateDestroySurface() argument
2935 if (eglSurface == EGL_NO_SURFACE) in ValidateDestroySurface()
2957 Error ValidateSwapBuffers(Thread *thread, const Display *display, const Surface *eglSurface) in ValidateSwapBuffers() argument
2959 ANGLE_TRY(ValidateSurface(display, eglSurface)); in ValidateSwapBuffers()
2966 if (eglSurface == EGL_NO_SURFACE || !thread->getContext() || in ValidateSwapBuffers()
2967 thread->getCurrentDrawSurface() != eglSurface) in ValidateSwapBuffers()
3037 const EGLSurface eglSurface, in ValidateBindTexImage() argument
3049 if (eglSurface == EGL_NO_SURFACE || surface->getType() == EGL_WINDOW_BIT) in ValidateBindTexImage()
3081 const EGLSurface eglSurface, in ValidateReleaseTexImage() argument
3091 if (eglSurface == EGL_NO_SURFACE || surface->getType() == EGL_WINDOW_BIT) in ValidateReleaseTexImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp4520 const Surface *eglSurface) in ValidateSyncControlCHROMIUM() argument
4523 ANGLE_VALIDATION_TRY(ValidateSurface(val, display, eglSurface)); in ValidateSyncControlCHROMIUM()
4537 const Surface *eglSurface) in ValidateSyncControlRateANGLE() argument
4540 ANGLE_VALIDATION_TRY(ValidateSurface(val, display, eglSurface)); in ValidateSyncControlRateANGLE()
4554 const Surface *eglSurface, in ValidateGetMscRateANGLE() argument
4558 ANGLE_VALIDATION_TRY(ValidateSyncControlRateANGLE(val, display, eglSurface)); in ValidateGetMscRateANGLE()
4576 const Surface *eglSurface, in ValidateGetSyncValuesCHROMIUM() argument
4581 ANGLE_VALIDATION_TRY(ValidateSyncControlCHROMIUM(val, display, eglSurface)); in ValidateGetSyncValuesCHROMIUM()
4620 const Surface *eglSurface) in ValidateSwapBuffers() argument
4622 ANGLE_VALIDATION_TRY(ValidateSurface(val, display, eglSurface)); in ValidateSwapBuffers()
[all …]
/third_party/EGL/extensions/HI/
DEGL_HI_clientpixmap.txt125 eglSurfaceAttrib(eglDisplay, eglSurface, EGL_CLIENT_PIXMAP_POINTER_HI,
/third_party/skia/third_party/externals/egl-registry/extensions/HI/
DEGL_HI_clientpixmap.txt125 eglSurfaceAttrib(eglDisplay, eglSurface, EGL_CLIENT_PIXMAP_POINTER_HI,
/third_party/chromium/patch/
D0001-cve.patch3380 @@ -61,7 +61,7 @@ EGLBoolean BindTexImage(Thread *thread, Display *display, Surface *eglSurface, E
3388 egl_gl::EGLTextureTargetToTextureType(eglSurface->getTextureTarget());
3389 …-569,15 +569,18 @@ EGLBoolean ReleaseTexImage(Thread *thread, Display *display, Surface *eglSurface
3393 - gl::Texture *texture = eglSurface->getBoundTexture();
3399 - ANGLE_EGL_TRY_RETURN(thread, eglSurface->releaseTexImage(thread->getContext(), buffer),
3400 - "eglReleaseTexImage", GetSurfaceIfValid(display, eglSurface),
3403 + gl::Texture *texture = eglSurface->getBoundTexture();
3407 + ANGLE_EGL_TRY_RETURN(thread, eglSurface->releaseTexImage(thread->getContext(), buffer),
3408 + "eglReleaseTexImage", GetSurfaceIfValid(display, eglSurface),