Home
last modified time | relevance | path

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

123

/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/
Dgles2-khr-noctx-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/
Dgles2-khr-noctx-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.6.x/
Dgles2-khr-noctx-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/src/
Dgles2-khr-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.1.x/
Dgl30-khr-master.txt1 KHR-NoContext.gl30.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/
Dgl30-khr-master.txt1 KHR-NoContext.gl30.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.5.x/
Dgles2-khr-noctx-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/src/
Dgl30-khr-master.txt1 KHR-NoContext.gl30.no_error.create_context
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp128 create_context(std::string &r_log) { in create_context() function
354 auto ctx = create_context(r_log);
425 auto ctx = create_context(r_log);
462 auto ctx = create_context(r_log);
/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()
Dapple_glx_pixmap.c169 error = apple_cgl.create_context(p->pixel_format_obj, NULL, in apple_glx_pixmap_create()
Dapple_glx_pbuffer.c222 err = apple_cgl.create_context(pfobj, NULL, &newcontext); in get_max_size()
Dapple_glx_context.c167 error = apple_cgl.create_context(ac->pixel_format_obj, in apple_glx_create_context()
/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs159 fn create_context( in create_context() method
574 pub fn create_context(&mut self, ctx_id: u32, context_init: u32) -> RutabagaResult<()> { in create_context() method
591 let ctx = component.create_context(ctx_id, context_init, self.fence_handler.clone())?; in create_context()
/external/mesa3d/src/glx/
Dapplegl_glx.c168 .create_context = applegl_create_context,
Dmeson.build32 'create_context.c',
Dindirect_glx.c481 .create_context = indirect_create_context,
/external/mesa3d/src/gallium/include/frontend/
Dapi.h534 struct st_context_iface *(*create_context)(struct st_api *stapi, member
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c1120 create_context(Display *dpy, XMesaVisual xmvis, in create_context() function
1170 return create_context(dpy, xmvis, in glXCreateContext()
2164 return create_context(dpy, xmvis, in glXCreateNewContext()
2376 return create_context(dpy, xmvis, in glXCreateContextWithConfigSGIX()
2767 ctx = create_context(dpy, xmvis, in glXCreateContextAttribsARB()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c163 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, in dri_create_context()
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp164 context->st = context->api->create_context(context->api, context->manager, in CreateContext()
/external/mesa3d/docs/relnotes/
D8.0.2.rst95 - darwin: Build create_context.c
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs778 pub fn create_context(&mut self, ctx_id: u32, context_init: u32) -> VirtioGpuResult { in create_context() method
779 self.rutabaga.create_context(ctx_id, context_init)?; in create_context()
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
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 …]

123