/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 137 create_context(std::string &r_log) { in create_context() function 408 auto ctx = create_context(r_log); in compile_program() 479 auto ctx = create_context(r_log); in link_program() 516 auto ctx = create_context(r_log); in compile_to_spirv()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_cgl.h | 53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share, member
|
H A D | apple_cgl.c | 105 apple_cgl.create_context = sym(h, "CGLCreateContext"); in apple_cgl_init()
|
H A D | apple_glx_pixmap.c | 169 error = apple_cgl.create_context(p->pixel_format_obj, NULL, in apple_glx_pixmap_create()
|
H A D | apple_glx_pbuffer.c | 221 err = apple_cgl.create_context(pfobj, NULL, &newcontext); in get_max_size() 224 DebugMessageF("create_context error in %s: %s\n", __func__, in get_max_size()
|
H A D | apple_glx_context.c | 167 error = apple_cgl.create_context(ac->pixel_format_obj, in apple_glx_create_context()
|
/third_party/mesa3d/src/glx/ |
H A D | applegl_glx.c | 171 .create_context = applegl_create_context,
|
H A D | indirect_glx.c | 395 .create_context = indirect_create_context,
|
H A D | glxclient.h | 478 struct glx_context *(*create_context)(struct glx_screen *psc, member
|
H A D | driwindows_glx.c | 355 .create_context = driwindows_create_context,
|
H A D | glxcmds.c | 348 if (allowDirect && psc->vtable->create_context) in CreateContext() 349 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext()
|
H A D | dri2_glx.c | 1037 .create_context = dri_common_create_context,
|
H A D | dri3_glx.c | 817 .create_context = dri_common_create_context,
|
H A D | drisw_glx.c | 804 .create_context = dri_common_create_context,
|
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | api.h | 564 struct st_context_iface *(*create_context)(struct st_api *stapi, member
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 1114 create_context(Display *dpy, XMesaVisual xmvis, in create_context() function 1164 return create_context(dpy, xmvis, in glXCreateContext() 2154 return create_context(dpy, xmvis, in glXCreateNewContext() 2366 return create_context(dpy, xmvis, in glXCreateContextWithConfigSGIX() 2757 ctx = create_context(dpy, xmvis, in glXCreateContextAttribsARB()
|
H A D | xm_api.c | 1017 c->st = stapi->create_context(stapi, xmdpy->smapi, &attribs, in XMesaCreateContext()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_context.c | 169 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, in dri_create_context()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | GalliumContext.cpp | 182 context->st = fDisplay->api->create_context(fDisplay->api, fDisplay->manager, in CreateContext()
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 701 osmesa->stctx = stapi->create_context(stapi, get_st_manager(), in OSMesaCreateContextAttribs()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_context.c | 281 ctx->st = stw_dev->stapi->create_context(stw_dev->stapi, in stw_create_context_attribs()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_manager.c | 1461 .create_context = st_api_create_context,
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativeApiTests.cpp | 288 TEGL_ADD_API_CASE(create_context, "eglCreateContext() negative tests", in init()
|