HomeSort by relevance Sort by last modified time
    Searched refs:create_surface (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.h 38 VkSurfaceKHR create_surface(VkInstance instance);
ShellAndroid.h 37 VkSurfaceKHR create_surface(VkInstance instance);
ShellWayland.h 37 VkSurfaceKHR create_surface(VkInstance instance);
ShellWin32.h 37 VkSurfaceKHR create_surface(VkInstance instance);
Shell.h 143 virtual VkSurfaceKHR create_surface(VkInstance instance) = 0;
ShellAndroid.cpp 131 VkSurfaceKHR ShellAndroid::create_surface(VkInstance instance) function in class:ShellAndroid
ShellWin32.cpp 141 VkSurfaceKHR ShellWin32::create_surface(VkInstance instance) function in class:ShellWin32
  /external/mesa3d/src/gallium/drivers/r300/
r300_resource.c 48 r300->context.create_surface = r300_create_surface;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_resource.c 95 pipe->create_surface = nv30_miptree_surface_new;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_resource.c 54 pcontext->create_surface = nvc0_surface_create;
  /external/mesa3d/src/glx/apple/
apple_glx_surface.c 129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) function
175 if (create_surface(dpy, screen, d)) {
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 287 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf);
295 ppq->inner_tmps[i] = p->pipe->create_surface(p->pipe,
318 ppq->stencils = p->pipe->create_surface(p->pipe, ppq->stencil, &p->surf);
pp_run.c 218 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, out, &p->surf);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_resource.c 102 pcontext->create_surface = nv50_surface_create;
  /external/mesa3d/src/gallium/tests/graw/
clear.c 89 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
graw_util.h 95 info->color_surf[i] = info->ctx->create_surface(info->ctx,
125 info->zs_surf = info->ctx->create_surface(info->ctx,
shader-leak.c 216 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
  /external/skia/tests/
SurfaceTest.cpp 38 static sk_sp<SkSurface> create_surface(SkAlphaType at = kPremul_SkAlphaType, function
120 for (auto& surface_func : { &create_surface, &create_direct_surface }) {
148 for (auto& surface_func : { &create_surface, &create_direct_surface }) {
201 auto surface(create_surface());
342 test_copy_on_write(reporter, create_surface().get());
364 test_writable_after_snapshot_release(reporter, create_surface().get());
418 auto surface(create_surface());
516 test_func(reporter, create_surface().get(), mode);
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_surface.c 150 pctx->create_surface = etna_create_surface;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.c 157 buffer->surfaces[j * 2] = pipe->create_surface(pipe, buffer->resources[j], &surf_templ);
162 buffer->surfaces[j * 2 + 1] = pipe->create_surface(pipe, buffer->resources[j], &surf_templ);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_image.c 147 surface = pipe->create_surface(pipe, texture, &surf_tmpl);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 232 lp->pipe.create_surface = llvmpipe_create_surface;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 262 ctx->create_surface = noop_create_surface;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_blit.c 41 return pctx->create_surface(pctx, prsc, &tmpl);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 110 return q.pipe->create_surface(q.pipe, pipe, &info);

Completed in 3517 milliseconds

1 2 3 4