Home
last modified time | relevance | path

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

12

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp541 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList)); in init()
544 expectNoSurface(eglCreatePbufferSurface((EGLDisplay)-1, DE_NULL, s_emptyAttribList)); in init()
551 expectNoSurface(eglCreatePbufferSurface(display, (EGLConfig)-1, s_emptyAttribList)); in init()
564 …expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_invalidGenericPbufferAttribs[ndx… in init()
576 expectNoSurface(eglCreatePbufferSurface(display, noPbufferConfig, s_validGenericPbufferAttrib)); in init()
589 … expectNoSurface(eglCreatePbufferSurface(display, noEsConfig, s_invalidNoEsPbufferAttribs[ndx])); in init()
606 expectNoSurface(eglCreatePbufferSurface(display, esConfig, s_invalidEsPbufferAttribs[ndx])); in init()
618 expectNoSurface(eglCreatePbufferSurface(display, vgNoPreConfig, s_vgPreMultAlphaPbufferAttrib)); in init()
625 …expectNoSurface(eglCreatePbufferSurface(display, vgNoLinearConfig, s_vgLinearColorspacePbufferAttr… in init()
635 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
DeglwApi.inl20 #define eglCreatePbufferSurface eglwCreatePbufferSurface macro
/external/mesa3d/src/egl/main/
Degl.def8 eglCreatePbufferSurface
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def9 eglCreatePbufferSurface @10
Dexports.map10 eglCreatePbufferSurface;
DlibEGL.hpp37 EGLSurface (*eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); member in LibEGLexports
Dmain.cpp409 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLin… in eglCreatePbufferSurface() function
591 this->eglCreatePbufferSurface = egl::CreatePbufferSurface; in LibEGLexports()
/external/mesa3d/src/egl/
Degl-symbols-check13 eglCreatePbufferSurface
/external/skia/tools/fiddle/
Degl_context.cpp50 EGLSurface eglSurf = eglCreatePbufferSurface(eglDpy, eglCfg, pbufferAttribs); in create_grcontext()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def7 eglCreatePbufferSurface @4
Dexports.map8 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/swiftshader/tests/unittests/
Dunittests.cpp108 EGLSurface surface = eglCreatePbufferSurface(display, config, surfaceAttributes); in TEST_F()
/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/egl/
DCreatePlatformGLTestContext_egl.cpp164 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, kSurfaceAttribs); in EGLGLTestContext()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp215 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs); in ANGLEGLContext()
/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…
DegluCallLogWrapper.inl112 eglw::EGLSurface CallLogWrapper::eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig con… function in CallLogWrapper
115 …m_log << TestLog::Message << "eglCreatePbufferSurface(" << dpy << ", " << toHex(config) << ", " <<…

12