Home
last modified time | relevance | path

Searched refs:create_surface (Results 1 – 25 of 64) sorted by relevance

123

/external/deqp/android/cts/master/
Degl-master.txt56 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/
Dapple_glx_surface.c129 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/
Dpp_init.c229 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()
Dpp_run.c128 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, out, &p->surf); in pp_filter_setup_out()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c49 r300->context.create_surface = r300_create_surface; in r300_init_resource_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_resource.c75 pipe->create_surface = nv30_miptree_surface_new; in nv30_resource_init()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_resource.c53 pcontext->create_surface = nvc0_surface_create; in nvc0_init_resource_functions()
/external/mesa3d/src/gallium/state_trackers/vega/
Dmask.c131 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()
Dimage.c143 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()
Dvg_context.c383 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/
Dclear.c89 surf = ctx->create_surface(ctx, tex, &surf_tmpl); in init()
Dgraw_util.h94 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()
Dtri-gs.c224 surf = ctx->create_surface(ctx, tex, &surf_tmpl); in init()
Dshader-leak.c217 surf = ctx->create_surface(ctx, tex, &surf_tmpl); in init()
Dtri-instanced.c275 surf = ctx->create_surface(ctx, tex, &surf_tmpl); in init()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_resource.c95 pcontext->create_surface = nv50_surface_create; in nv50_init_resource_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c81 strb->surface = pipe->create_surface(pipe, in update_renderbuffer_surface()
Dst_cb_fbo.c210 strb->surface = pipe->create_surface(pipe, in st_renderbuffer_alloc_storage()
451 strb->surface = pipe->create_surface(pipe, in st_render_texture()
Dst_manager.c229 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/
Dr600_blit.c196 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/
Dr600_blit.c137 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/
DWritePixelsTest.cpp299 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/
Dp_context.h369 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp109 return q.pipe->create_surface(q.pipe, pipe, &info); in bind_surface()
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c168 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl); in init_prog()

123