Searched refs:CreatePbufferSurface (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_egl_autogen.cpp | 164 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 D | egl_stubs_autogen.h | 73 EGLSurface CreatePbufferSurface(Thread *thread,
|
H A D | egl_stubs.cpp | 207 EGLSurface CreatePbufferSurface(Thread *thread, in CreatePbufferSurface() function
|
/aosp_15_r20/external/mesa3d/src/egl/main/ |
H A D | egldriver.h | 105 _EGLSurface *(*CreatePbufferSurface)(_EGLDisplay *disp, _EGLConfig *config, member
|
H A D | eglapi.c | 1296 surf = disp->Driver->CreatePbufferSurface(disp, conf, attrib_list); in eglCreatePbufferSurface()
|
/aosp_15_r20/external/angle/util/capture/ |
H A D | trace_fixture.h | 268 void CreatePbufferSurface(EGLDisplay dpy,
|
H A D | trace_fixture.cpp | 686 void CreatePbufferSurface(EGLDisplay dpy, in CreatePbufferSurface() function
|
H A D | trace_interpreter_autogen.cpp | 6292 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 D | egl_haiku.cpp | 518 .CreatePbufferSurface = haiku_create_pbuffer_surface,
|
/aosp_15_r20/external/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 1180 .CreatePbufferSurface = wgl_create_pbuffer_surface,
|
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 3349 .CreatePbufferSurface = dri2_create_pbuffer_surface,
|