Home
last modified time | relevance | path

Searched refs:CreatePbufferSurface (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_egl_autogen.cpp164 EGL_EVENT(CreatePbufferSurface, in EGL_CreatePbufferSurface()
174 ANGLE_EGL_SCOPED_CONTEXT_LOCK(CreatePbufferSurface, thread, dpyPacked); in EGL_CreatePbufferSurface()
177 ANGLE_EGL_VALIDATE(thread, CreatePbufferSurface, GetDisplayIfValid(dpyPacked), in EGL_CreatePbufferSurface()
185 returnValue = CreatePbufferSurface(thread, dpyPacked, configPacked, attrib_listPacked); in EGL_CreatePbufferSurface()
188 ANGLE_CAPTURE_EGL(CreatePbufferSurface, true, thread, dpyPacked, configPacked, in EGL_CreatePbufferSurface()
H A Degl_stubs_autogen.h73 EGLSurface CreatePbufferSurface(Thread *thread,
H A Degl_stubs.cpp207 EGLSurface CreatePbufferSurface(Thread *thread, in CreatePbufferSurface() function
/aosp_15_r20/external/mesa3d/src/egl/main/
H A Degldriver.h105 _EGLSurface *(*CreatePbufferSurface)(_EGLDisplay *disp, _EGLConfig *config, member
H A Deglapi.c1296 surf = disp->Driver->CreatePbufferSurface(disp, conf, attrib_list); in eglCreatePbufferSurface()
/aosp_15_r20/external/angle/util/capture/
H A Dtrace_fixture.h268 void CreatePbufferSurface(EGLDisplay dpy,
H A Dtrace_fixture.cpp686 void CreatePbufferSurface(EGLDisplay dpy, in CreatePbufferSurface() function
H A Dtrace_interpreter_autogen.cpp6292 ParamBuffer params = ParseParameters<decltype(CreatePbufferSurface)>(paramTokens, strings); in ParseCallCapture()
6645 DispatchCallCapture(CreatePbufferSurface, captures); in ReplayCustomFunctionCall()
/aosp_15_r20/external/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp518 .CreatePbufferSurface = haiku_create_pbuffer_surface,
/aosp_15_r20/external/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c1180 .CreatePbufferSurface = wgl_create_pbuffer_surface,
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3349 .CreatePbufferSurface = dri2_create_pbuffer_surface,