Home
last modified time | relevance | path

Searched refs:create_context (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/glx/apple/
Dapple_cgl.h53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share, member
Dapple_cgl.c105 apple_cgl.create_context = sym(h, "CGLCreateContext"); in apple_cgl_init()
DMakefile43 ../create_context.c \
Dapple_glx_pixmap.c169 error = apple_cgl.create_context(p->pixel_format_obj, NULL, in apple_glx_pixmap_create()
Dapple_glx_pbuffer.c220 err = apple_cgl.create_context(pfobj, NULL, &newcontext); in get_max_size()
Dapple_glx_context.c164 error = apple_cgl.create_context(ac->pixel_format_obj, in apple_glx_create_context()
/external/vulkan-validation-layers/demos/smoke/
DShell.h92 void create_context();
DShellAndroid.cpp153 create_context(); in on_app_cmd()
DShellWin32.cpp217 create_context(); in run()
DShellXcb.cpp331 create_context(); in run()
DShell.cpp269 void Shell::create_context() in create_context() function in Shell
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h477 struct st_context_iface *(*create_context)(struct st_api *stapi, member
/external/deqp/android/cts/mnc/
Degl-master.txt6 dEQP-EGL.functional.create_context.rgb565_no_depth_no_stencil
7 dEQP-EGL.functional.create_context.rgb565_no_depth_stencil
8 dEQP-EGL.functional.create_context.rgb565_depth_no_stencil
9 dEQP-EGL.functional.create_context.rgb888_no_depth_no_stencil
10 dEQP-EGL.functional.create_context.rgb888_no_depth_stencil
11 dEQP-EGL.functional.create_context.rgb888_depth_no_stencil
12 dEQP-EGL.functional.create_context.rgb888_depth_stencil
13 dEQP-EGL.functional.create_context.rgba4444_no_depth_no_stencil
14 dEQP-EGL.functional.create_context.rgba4444_no_depth_stencil
15 dEQP-EGL.functional.create_context.rgba4444_depth_no_stencil
[all …]
/external/deqp/android/cts/mnc/src/
Degl-master.txt6 dEQP-EGL.functional.create_context.rgb565_no_depth_no_stencil
7 dEQP-EGL.functional.create_context.rgb565_no_depth_stencil
8 dEQP-EGL.functional.create_context.rgb565_depth_no_stencil
9 dEQP-EGL.functional.create_context.rgb888_no_depth_no_stencil
10 dEQP-EGL.functional.create_context.rgb888_no_depth_stencil
11 dEQP-EGL.functional.create_context.rgb888_depth_no_stencil
12 dEQP-EGL.functional.create_context.rgb888_depth_stencil
13 dEQP-EGL.functional.create_context.rgba4444_no_depth_no_stencil
14 dEQP-EGL.functional.create_context.rgba4444_no_depth_stencil
15 dEQP-EGL.functional.create_context.rgba4444_depth_no_stencil
[all …]
/external/mesa3d/src/glx/
DSConscript46 'create_context.c',
Dglxclient.h466 struct glx_context *(*create_context)(struct glx_screen *psc, member
Dglxcmds.c275 if (allowDirect && psc->vtable->create_context) in CreateContext()
276 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_context.c119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, in dri_create_context()
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_context.c119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, in dri_create_context()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_context.c119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, in dri_create_context()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1046 create_context(Display *dpy, XMesaVisual xmvis, in create_context() function
1096 return create_context(dpy, xmvis, in glXCreateContext()
2134 return create_context(dpy, xmvis, in glXCreateNewContext()
2349 return create_context(dpy, xmvis, in glXCreateContextWithConfigSGIX()
2755 return create_context(dpy, xmvis, in glXCreateContextAttribsARB()
Dxm_api.c909 c->st = stapi->create_context(stapi, xmdpy->smapi, &attribs, in XMesaCreateContext()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c213 ctx->st = stw_dev->stapi->create_context(stw_dev->stapi, in stw_create_context_attribs()
/external/deqp/android/cts/master/
Degl-master.txt6 dEQP-EGL.functional.create_context.rgb565_no_depth_no_stencil
7 dEQP-EGL.functional.create_context.rgb565_no_depth_stencil
8 dEQP-EGL.functional.create_context.rgb565_depth_no_stencil
9 dEQP-EGL.functional.create_context.rgb565_depth_stencil
10 dEQP-EGL.functional.create_context.rgb888_no_depth_no_stencil
11 dEQP-EGL.functional.create_context.rgb888_no_depth_stencil
12 dEQP-EGL.functional.create_context.rgb888_depth_no_stencil
13 dEQP-EGL.functional.create_context.rgb888_depth_stencil
14 dEQP-EGL.functional.create_context.rgba4444_no_depth_no_stencil
15 dEQP-EGL.functional.create_context.rgba4444_no_depth_stencil
[all …]
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c176 gctx->stctxi = gctx->stapi->create_context(gctx->stapi, gdpy->smapi, in egl_g3d_create_context()

12