Home
last modified time | relevance | path

Searched refs:eglCreatePbufferSurface (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp565 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList)); in init()
568 expectNoSurface(eglCreatePbufferSurface((EGLDisplay)-1, DE_NULL, s_emptyAttribList)); in init()
575 expectNoSurface(eglCreatePbufferSurface(display, (EGLConfig)-1, s_emptyAttribList)); in init()
588 …expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_invalidGenericPbufferAttribs[ndx… in init()
600 expectNoSurface(eglCreatePbufferSurface(display, noPbufferConfig, s_validGenericPbufferAttrib)); in init()
613 … expectNoSurface(eglCreatePbufferSurface(display, noEsConfig, s_invalidNoEsPbufferAttribs[ndx])); in init()
630 expectNoSurface(eglCreatePbufferSurface(display, esConfig, s_invalidEsPbufferAttribs[ndx])); in init()
642 expectNoSurface(eglCreatePbufferSurface(display, vgNoPreConfig, s_vgPreMultAlphaPbufferAttrib)); in init()
649 …expectNoSurface(eglCreatePbufferSurface(display, vgNoLinearConfig, s_vgLinearColorspacePbufferAttr… in init()
659 expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeWidthPbufferAttrib)); in init()
[all …]
/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl12 { "eglCreatePbufferSurface", (deFunctionPtr)eglCreatePbufferSurface },
DeglwStaticLibrary15.inl14 { "eglCreatePbufferSurface", (deFunctionPtr)eglCreatePbufferSurface },
DeglwInitCore.inl14 dst->createPbufferSurface = (eglCreatePbufferSurfaceFunc) loader->get("eglCreatePbufferSurface
/external/mesa3d/src/egl/main/
Degl.def8 eglCreatePbufferSurface
Deglentrypoint.h17 EGL_ENTRYPOINT(eglCreatePbufferSurface)
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def9 eglCreatePbufferSurface @10
DlibEGL.lds12 eglCreatePbufferSurface;
DlibEGL.hpp37 EGLSurface (*eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); member in LibEGLexports
Dmain.cpp435 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLin… in eglCreatePbufferSurface() function
672 this->eglCreatePbufferSurface = egl::CreatePbufferSurface; in LibEGLexports()
/external/mesa3d/src/egl/
Degl-symbols-check21 eglCreatePbufferSurface
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def7 eglCreatePbufferSurface @4
DlibGLES_CM.lds8 eglCreatePbufferSurface;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java120 eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig, surfaceAttribs, 0); in createPbufferSurface()
DEglBase10.java176 eglSurface = egl.eglCreatePbufferSurface(eglDisplay, eglConfig, surfaceAttribs); in createPbufferSurface()
/external/mesa3d/docs/specs/
DEGL_MESA_platform_surfaceless.txt101 creation of pbuffers, as eglCreatePbufferSurface has no native surface
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h269 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp228 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs); in ANGLEGLContext()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp184 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, kSurfaceAttribs); in EGLGLTestContext()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp228 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs); in ANGLEGLContext()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp184 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, kSurfaceAttribs); in EGLGLTestContext()
/external/mesa3d/include/EGL/
Degl.h124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi…
/external/swiftshader/include/EGL/
Degl.h124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi…
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl16 eglw::EGLSurface eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, c…
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp347 egl_surface = eglCreatePbufferSurface(m_eglDisplay, egl_config, &surface_attribs[0]); in EglRenderContext()

12