Home
last modified time | relevance | path

Searched refs:create_context (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp137 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 Dapple_cgl.h53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share, member
H A Dapple_cgl.c105 apple_cgl.create_context = sym(h, "CGLCreateContext"); in apple_cgl_init()
H A Dapple_glx_pixmap.c169 error = apple_cgl.create_context(p->pixel_format_obj, NULL, in apple_glx_pixmap_create()
H A Dapple_glx_pbuffer.c221 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 Dapple_glx_context.c167 error = apple_cgl.create_context(ac->pixel_format_obj, in apple_glx_create_context()
/third_party/mesa3d/src/glx/
H A Dapplegl_glx.c171 .create_context = applegl_create_context,
H A Dindirect_glx.c395 .create_context = indirect_create_context,
H A Dglxclient.h478 struct glx_context *(*create_context)(struct glx_screen *psc, member
H A Ddriwindows_glx.c355 .create_context = driwindows_create_context,
H A Dglxcmds.c348 if (allowDirect && psc->vtable->create_context) in CreateContext()
349 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext()
H A Ddri2_glx.c1037 .create_context = dri_common_create_context,
H A Ddri3_glx.c817 .create_context = dri_common_create_context,
H A Ddrisw_glx.c804 .create_context = dri_common_create_context,
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h564 struct st_context_iface *(*create_context)(struct st_api *stapi, member
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c1114 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 Dxm_api.c1017 c->st = stapi->create_context(stapi, xmdpy->smapi, &attribs, in XMesaCreateContext()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_context.c169 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 DGalliumContext.cpp182 context->st = fDisplay->api->create_context(fDisplay->api, fDisplay->manager, in CreateContext()
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c701 osmesa->stctx = stapi->create_context(stapi, get_st_manager(), in OSMesaCreateContextAttribs()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.c281 ctx->st = stw_dev->stapi->create_context(stw_dev->stapi, in stw_create_context_attribs()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c1461 .create_context = st_api_create_context,
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp288 TEGL_ADD_API_CASE(create_context, "eglCreateContext() negative tests", in init()

Completed in 26 milliseconds