Home
last modified time | relevance | path

Searched refs:eglSurfaceAttrib (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl33 { "eglSurfaceAttrib", (deFunctionPtr)eglSurfaceAttrib },
DeglwStaticLibrary15.inl42 { "eglSurfaceAttrib", (deFunctionPtr)eglSurfaceAttrib },
DeglwInitCore.inl42 dst->surfaceAttrib = (eglSurfaceAttribFunc) loader->get("eglSurfaceAttrib");
DeglwApi.inl53 #define eglSurfaceAttrib eglwSurfaceAttrib macro
/external/mesa3d/src/egl/main/
Degl.def29 eglSurfaceAttrib
Deglapi.c612 eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, in eglSurfaceAttrib() function
897 { "eglSurfaceAttrib", (_EGLProc) eglSurfaceAttrib }, in eglGetProcAddress()
/external/swiftshader/src/OpenGL/libEGL/
Dexports.map30 eglSurfaceAttrib;
DlibEGL.def30 eglSurfaceAttrib @19
DlibEGL.hpp46 EGLBoolean (*eglSurfaceAttrib)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value); member in LibEGLexports
Dmain.cpp460 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute… in eglSurfaceAttrib() function
606 this->eglSurfaceAttrib = egl::SurfaceAttrib; in LibEGLexports()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp1163 expectFalse(eglSurfaceAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1166 expectFalse(eglSurfaceAttrib((EGLDisplay)-1, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1173 expectFalse(eglSurfaceAttrib(display, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1176 expectFalse(eglSurfaceAttrib(display, (EGLSurface)-1, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1199 expectFalse(eglSurfaceAttrib(display, surface, 0, 0)); in init()
1202 expectFalse(eglSurfaceAttrib(display, surface, -1, 0)); in init()
1233 …expectFalse(eglSurfaceAttrib(display, surface, EGL_MULTISAMPLE_RESOLVE, EGL_MULTISAMPLE_RESOLVE_BO… in init()
1264 expectFalse(eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in init()
DteglGetProcAddressTests.inl36 "eglSurfaceAttrib",
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def26 eglSurfaceAttrib @133
Dexports.map27 eglSurfaceAttrib;
Dmain.cpp431 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute… in eglSurfaceAttrib() function
433 return libEGL->eglSurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
/external/mesa3d/include/EGL/
Degl.h288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h289 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/external/swiftshader/include/EGL/
Degl.h165 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribut…
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl54 eglw::EGLBoolean eglSurfaceAttrib (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw:…
DegluCallLogWrapper.inl504 eglw::EGLBoolean CallLogWrapper::eglSurfaceAttrib (eglw::EGLDisplay dpy, eglw::EGLSurface surface, … function in CallLogWrapper
507 …m_log << TestLog::Message << "eglSurfaceAttrib(" << dpy << ", " << toHex(surface) << ", " << getSu…
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12