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

/external/deqp/framework/egl/
H A DegluApiPrototypes.inl15 EGLSurface eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint* attrib_list);
H A DtcuEgl.cpp194 m_surface = eglCreatePixmapSurface(m_display.getEGLDisplay(), config, nativePixmap, attribList);
H A DegluCallLogWrapper.inl114 EGLSurface CallLogWrapper::eglCreatePixmapSurface (EGLDisplay param0, EGLConfig param1, EGLNativePixmapType param2, const EGLint* param3)
117 m_log << TestLog::Message << "eglCreatePixmapSurface(" << getEGLDisplayStr(param0) << ", " << toHex(param1) << ", " << toHex(param2) << ", " << getSurfaceAttribListStr(param3) << ");" << TestLog::EndMessage;
118 EGLSurface returnValue = ::eglCreatePixmapSurface(param0, param1, param2, param3);
H A DegluUtil.cpp255 //! Create EGL pixmap surface using eglCreatePixmapSurface() or eglCreatePlatformPixmapSurfaceEXT()
287 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]);
288 EGLU_CHECK_MSG("eglCreatePixmapSurface()");
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp66 // * eglCreatePixmapSurface()
581 TEGL_ADD_API_CASE(create_pixmap_surface, "eglCreatePixmapSurface() negative tests",
588 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList));
591 expectNoSurface(eglCreatePixmapSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList));
598 expectNoSurface(eglCreatePixmapSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList));
609 expectNoSurface(eglCreatePixmapSurface(display, pixmapConfig, DE_NULL, s_emptyAttribList));
612 expectNoSurface(eglCreatePixmapSurface(display, pixmapConfig, (EGLNativePixmapType)-1, s_emptyAttribList));
H A DteglCreateSurfaceTests.cpp95 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
96 TCU_CHECK_EGL_MSG("eglCreatePixmapSurface() failed");
187 throw tcu::NotSupportedError("Native pixmap doesn't support legacy eglCreatePixmapSurface()", "", __FILE__, __LINE__);
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/mesa3d/include/EGL/
H A Degl.h270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc224 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, function
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglapi.c542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, function
877 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface },
/external/mesa3d/src/egl/main/
H A Deglapi.c542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, function
877 { "eglCreatePixmapSurface", (_EGLProc) eglCreatePixmapSurface },
/external/chromium_org/third_party/angle/src/libEGL/
H A DlibEGL.cpp352 EGLSurface __stdcall eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) function
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1782 milliseconds