/external/mesa3d/src/glx/apple/ |
D | apple_cgl.h | 53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share, member
|
D | apple_cgl.c | 105 apple_cgl.create_context = sym(h, "CGLCreateContext"); in apple_cgl_init()
|
D | Makefile | 43 ../create_context.c \
|
D | apple_glx_pixmap.c | 169 error = apple_cgl.create_context(p->pixel_format_obj, NULL, in apple_glx_pixmap_create()
|
D | apple_glx_pbuffer.c | 220 err = apple_cgl.create_context(pfobj, NULL, &newcontext); in get_max_size()
|
D | apple_glx_context.c | 164 error = apple_cgl.create_context(ac->pixel_format_obj, in apple_glx_create_context()
|
/external/mesa3d/src/gallium/include/state_tracker/ |
D | st_api.h | 477 struct st_context_iface *(*create_context)(struct st_api *stapi, member
|
/external/deqp/android/cts/master/ |
D | egl-master.txt | 6 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/ |
D | SConscript | 46 'create_context.c',
|
D | glxclient.h | 466 struct glx_context *(*create_context)(struct glx_screen *psc, member
|
D | glxcmds.c | 275 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/ |
D | dri_context.c | 119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, in dri_create_context()
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri_context.c | 119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, in dri_create_context()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | dri_context.c | 119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, in dri_create_context()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1046 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()
|
D | xm_api.c | 909 c->st = stapi->create_context(stapi, xmdpy->smapi, &attribs, in XMesaCreateContext()
|
/external/deqp/android/cts/master/src/ |
D | egl-failures.txt | 414 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/ |
D | stw_context.c | 213 ctx->st = stw_dev->stapi->create_context(stw_dev->stapi, in stw_create_context_attribs()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 176 gctx->stctxi = gctx->stapi->create_context(gctx->stapi, gdpy->smapi, in egl_g3d_create_context()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 268 TEGL_ADD_API_CASE(create_context, "eglCreateContext() negative tests", in init()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 308 external create_context : unit -> llcontext = "llvm_create_context"
|
D | llvm.mli | 403 (** [create_context ()] creates a context for storing the "global" state in 405 val create_context : unit -> llcontext val
|