HomeSort by relevance Sort by last modified time
    Searched refs:create_context (Results 1 - 25 of 34) sorted by null

1 2

  /external/mesa3d/src/glx/apple/
apple_cgl.h 53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share, member in struct:apple_cgl_api
apple_cgl.c 105 apple_cgl.create_context = sym(h, "CGLCreateContext");
apple_glx_pixmap.c 169 error = apple_cgl.create_context(p->pixel_format_obj, NULL,
apple_glx_pbuffer.c 220 err = apple_cgl.create_context(pfobj, NULL, &newcontext);
224 printf("create_context error in %s: %s\n", __func__,
apple_glx_context.c 165 error = apple_cgl.create_context(ac->pixel_format_obj,
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 89 create_context(std::string &r_log) { function in namespace:__anon28340
210 auto ctx = create_context(r_log);
278 auto ctx = create_context(r_log);
  /external/mesa3d/src/glx/
applegl_glx.c 168 .create_context = applegl_create_context,
driwindows_glx.c 393 .create_context = driwindows_create_context,
glxclient.h 487 struct glx_context *(*create_context)(struct glx_screen *psc, member in struct:glx_screen_vtable
indirect_glx.c 465 .create_context = indirect_create_context,
dri3_glx.c 739 .create_context = dri3_create_context,
dri_glx.c 811 .create_context = dri_create_context,
  /external/vulkan-validation-layers/demos/smoke/
Shell.h 86 void create_context();
139 // called by create_context
ShellAndroid.cpp 147 create_context();
ShellWin32.cpp 212 create_context();
ShellWayland.cpp 280 create_context();
ShellXcb.cpp 325 create_context();
Shell.cpp 242 void Shell::create_context() function in class:Shell
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 502 struct st_context_iface *(*create_context)(struct st_api *stapi, member in struct:st_api
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.c 123 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err,
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.cpp 163 context->st = context->api->create_context(context->api, context->manager,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 1105 create_context(Display *dpy, XMesaVisual xmvis, function
1155 return create_context(dpy, xmvis,
    [all...]
xm_api.c 1014 c->st = stapi->create_context(stapi, xmdpy->smapi, &attribs,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 688 osmesa->stctx = stapi->create_context(stapi, get_st_manager(),
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 242 ctx->st = stw_dev->stapi->create_context(stw_dev->stapi,

Completed in 1839 milliseconds

1 2