/external/deqp/android/cts/master/ |
D | egl-master.txt | 56 dEQP-EGL.functional.create_surface.window.rgb565_no_depth_no_stencil 57 dEQP-EGL.functional.create_surface.window.rgb565_no_depth_stencil 58 dEQP-EGL.functional.create_surface.window.rgb565_depth_no_stencil 59 dEQP-EGL.functional.create_surface.window.rgb565_depth_stencil 60 dEQP-EGL.functional.create_surface.window.rgb888_no_depth_no_stencil 61 dEQP-EGL.functional.create_surface.window.rgb888_no_depth_stencil 62 dEQP-EGL.functional.create_surface.window.rgb888_depth_no_stencil 63 dEQP-EGL.functional.create_surface.window.rgb888_depth_stencil 64 dEQP-EGL.functional.create_surface.window.rgba4444_no_depth_no_stencil 65 dEQP-EGL.functional.create_surface.window.rgba4444_no_depth_stencil [all …]
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_surface.c | 129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) in create_surface() function 175 if (create_surface(dpy, screen, d)) { in apple_glx_surface_create()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 229 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf); in pp_init_fbos() 237 ppq->inner_tmps[i] = p->pipe->create_surface(p->pipe, in pp_init_fbos() 260 ppq->stencils = p->pipe->create_surface(p->pipe, ppq->stencil, &p->surf); in pp_init_fbos()
|
D | pp_run.c | 128 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, out, &p->surf); in pp_filter_setup_out()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_resource.c | 49 r300->context.create_surface = r300_create_surface; in r300_init_resource_functions()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_resource.c | 75 pipe->create_surface = nv30_miptree_surface_new; in nv30_resource_init()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_resource.c | 53 pcontext->create_surface = nvc0_surface_create; in nvc0_init_resource_functions()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | mask.c | 131 surf = pipe->create_surface(pipe, strb->texture, 0, 0, 0, in read_alpha_mask() 403 surf = ctx->pipe->create_surface(ctx->pipe, layer->sampler_view->texture, in mask_copy() 430 surf = pipe->create_surface(pipe, view->texture, &surf_tmpl); in mask_layer_render_to()
|
D | image.c | 143 surf = ctx->pipe->create_surface(ctx->pipe, dst, &surf_tmpl); in vg_copy_texture() 573 surf = pipe->create_surface(pipe, image_texture(src), &surf_tmpl); in image_set_pixels() 596 surf = pipe->create_surface(pipe, image_texture(dst), &surf_tmpl); in image_get_pixels()
|
D | vg_context.c | 383 dsrb->surface = pipe->create_surface(pipe, in vg_context_update_depth_stencil_rb() 456 surf = ctx->pipe->create_surface(ctx->pipe, in vg_prepare_blend_texture()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | clear.c | 89 surf = ctx->create_surface(ctx, tex, &surf_tmpl); in init()
|
D | graw_util.h | 94 info->color_surf[i] = info->ctx->create_surface(info->ctx, in graw_util_create_window() 125 info->zs_surf = info->ctx->create_surface(info->ctx, in graw_util_create_window()
|
D | tri-gs.c | 224 surf = ctx->create_surface(ctx, tex, &surf_tmpl); in init()
|
D | shader-leak.c | 217 surf = ctx->create_surface(ctx, tex, &surf_tmpl); in init()
|
D | tri-instanced.c | 275 surf = ctx->create_surface(ctx, tex, &surf_tmpl); in init()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_resource.c | 95 pcontext->create_surface = nv50_surface_create; in nv50_init_resource_functions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_framebuffer.c | 81 strb->surface = pipe->create_surface(pipe, in update_renderbuffer_surface()
|
D | st_cb_fbo.c | 210 strb->surface = pipe->create_surface(pipe, in st_renderbuffer_alloc_storage() 451 strb->surface = pipe->create_surface(pipe, in st_render_texture()
|
D | st_manager.c | 229 ps = st->pipe->create_surface(st->pipe, textures[i], &surf_tmpl); in st_framebuffer_validate() 813 ps = st->pipe->create_surface(st->pipe, stimg.texture, &surf_tmpl); in st_manager_get_egl_image_surface()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 196 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl); in r600_blit_decompress_depth() 203 cbsurf = ctx->create_surface(ctx, in r600_blit_decompress_depth() 285 cbsurf = ctx->create_surface(ctx, &rtex->resource.b.b, &surf_tmpl); in r600_blit_decompress_color() 368 dst_view = ctx->create_surface(ctx, info->dst.res, &dst_templ); in r600_copy_first_sample()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 137 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl); in si_blit_uncompress_depth() 141 cbsurf = ctx->create_surface(ctx, in si_blit_uncompress_depth()
|
/external/skia/tests/ |
D | WritePixelsTest.cpp | 299 static SkSurface* create_surface(const CanvasConfig& c, GrContext* grCtx) { in create_surface() function 436 SkAutoTUnref<SkSurface> surface(create_surface(gCanvasConfigs[i], context)); in DEF_GPUTEST()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 369 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | resource.cpp | 109 return q.pipe->create_surface(q.pipe, pipe, &info); in bind_surface()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 168 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl); in init_prog()
|