Home
last modified time | relevance | path

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

/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/mesa3d/src/gallium/include/state_tracker/
Dst_api.h477 struct st_context_iface *(*create_context)(struct st_api *stapi, member
/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.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/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/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/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/deqp/android/cts/master/src/
Degl-failures.txt414 dEQP-EGL.functional.create_context.rgb565_depth_stencil
415 dEQP-EGL.functional.create_context.rgba4444_depth_stencil
416 dEQP-EGL.functional.create_context.rgba5551_depth_stencil
417 dEQP-EGL.functional.create_context.rgba8888_depth_stencil
537 dEQP-EGL.functional.negative_api.create_context
/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/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()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp268 TEGL_ADD_API_CASE(create_context, "eglCreateContext() negative tests", in init()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml308 external create_context : unit -> llcontext = "llvm_create_context"
Dllvm.mli403 (** [create_context ()] creates a context for storing the "global" state in
405 val create_context : unit -> llcontext val