Home
last modified time | relevance | path

Searched refs:eglSurfaceAttrib (Results 1 - 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp1180 TEGL_ADD_API_CASE(surface_attrib, "eglSurfaceAttrib() negative tests", in init()
1187 expectFalse(eglSurfaceAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1190 expectFalse(eglSurfaceAttrib((EGLDisplay)-1, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1197 expectFalse(eglSurfaceAttrib(display, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1200 expectFalse(eglSurfaceAttrib(display, (EGLSurface)-1, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1223 expectFalse(eglSurfaceAttrib(display, surface, 0, 0)); in init()
1226 expectFalse(eglSurfaceAttrib(display, surface, -1, 0)); in init()
1257 expectFalse(eglSurfaceAttrib(display, surface, EGL_MULTISAMPLE_RESOLVE, EGL_MULTISAMPLE_RESOLVE_BOX)); in init()
1288 expectFalse(eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in init()
/third_party/EGL/sdk/docs/man/html/
H A DMakefile53 eglSurfaceAttrib.xhtml \
/third_party/EGL/sdk/docs/man/xhtml/
H A DMakefile58 eglSurfaceAttrib.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A DMakefile58 eglSurfaceAttrib.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A DMakefile44 eglSurfaceAttrib.xhtml \
/third_party/EGL/api/1.2/EGL/
H A Degl.h234 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/third_party/EGL/api/1.2/
H A Degl.h230 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/third_party/EGL/api/1.1/EGL/
H A Degl.h202 GLAPI EGLBoolean APIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp46 EGLBoolean (EGLAPIENTRY* eglSurfaceAttrib)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value); member in LibEGLexports
H A Dmain.cpp490 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() function
691 this->eglSurfaceAttrib = egl::SurfaceAttrib; in LibEGLexports()
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h230 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h232 GLAPI EGLBoolean APIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h230 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/third_party/EGL/api/1.0/EGL/
H A Degl.h256 EGLAPI EGLBoolean APIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/third_party/EGL/api/1.0/
H A Degl.h253 EGLAPI EGLBoolean APIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dtrace_egl_loader_autogen.h45 #define eglSurfaceAttrib t_eglSurfaceAttrib macro
/third_party/skia/third_party/externals/angle2/util/
H A Degl_loader_autogen.h45 #define eglSurfaceAttrib l_eglSurfaceAttrib macro
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h253 EGLAPI EGLBoolean APIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h253 EGLAPI EGLBoolean APIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp194 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->surfaceAttribPtr, eglSurfaceAttrib); in initialize()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h165 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h165 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
/third_party/EGL/api/EGL/
H A Degl.h181 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
/third_party/mesa3d/include/EGL/
H A Degl.h181 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h181 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);

Completed in 17 milliseconds

12