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

/external/deqp/framework/egl/wrapper/
H A DeglwStaticLibrary14.inl33 { "eglSurfaceAttrib", (deFunctionPtr)eglSurfaceAttrib },
H A DeglwStaticLibrary15.inl42 { "eglSurfaceAttrib", (deFunctionPtr)eglSurfaceAttrib },
H A DeglwApi.inl53 #define eglSurfaceAttrib eglwSurfaceAttrib
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp1156 TEGL_ADD_API_CASE(surface_attrib, "eglSurfaceAttrib() negative tests",
1163 expectFalse(eglSurfaceAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
1166 expectFalse(eglSurfaceAttrib((EGLDisplay)-1, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
1173 expectFalse(eglSurfaceAttrib(display, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
1176 expectFalse(eglSurfaceAttrib(display, (EGLSurface)-1, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
1199 expectFalse(eglSurfaceAttrib(display, surface, 0, 0));
1202 expectFalse(eglSurfaceAttrib(display, surface, -1, 0));
1233 expectFalse(eglSurfaceAttrib(display, surface, EGL_MULTISAMPLE_RESOLVE, EGL_MULTISAMPLE_RESOLVE_BOX));
1264 expectFalse(eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED));
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp46 EGLBoolean (*eglSurfaceAttrib)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value); member in class:LibEGLexports
H A Dmain.cpp460 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) function
606 this->eglSurfaceAttrib = egl::SurfaceAttrib;
/external/deqp/framework/egl/
H A DegluCallLogWrapperApi.inl54 eglw::EGLBoolean eglSurfaceAttrib (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint attribute, eglw::EGLint value);
H A DegluCallLogWrapper.inl504 eglw::EGLBoolean CallLogWrapper::eglSurfaceAttrib (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint attribute, eglw::EGLint value)
507 m_log << TestLog::Message << "eglSurfaceAttrib(" << dpy << ", " << toHex(surface) << ", " << getSurfaceAttribStr(attribute) << ", " << getSurfaceAttribValueStr(attribute, value) << ");" << TestLog::EndMessage;
/external/mesa3d/include/EGL/
H A Degl.h288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Degl.h289 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/external/swiftshader/include/EGL/
H A Degl.h165 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
/external/mesa3d/src/egl/main/
H A Deglapi.c612 eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, function
897 { "eglSurfaceAttrib", (_EGLProc) eglSurfaceAttrib },
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp431 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) function
433 return libEGL->eglSurfaceAttrib(dpy, surface, attribute, value);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 59 milliseconds