HomeSort by relevance Sort by last modified time
    Searched refs:templ (Results 251 - 275 of 321) sorted by null

<<111213

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_tex.c 75 const struct pipe_sampler_view *templ)
90 view->pipe = *templ;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_screen.c 267 const struct pipe_resource *templ,
276 result = screen->resource_from_handle(screen, templ, handle);
tr_context.c 870 const struct pipe_sampler_view *templ)
884 trace_dump_arg_begin("templ");
885 trace_dump_sampler_view_template(templ, resource->target);
888 result = pipe->create_sampler_view(pipe, resource, templ);
898 tr_view->base = *templ;
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.c 233 const struct pipe_resource *templ,
242 result = screen->resource_from_handle(screen, templ, handle);
glhd_context.c 801 const struct pipe_sampler_view *templ)
811 templ);
829 const struct pipe_surface *templ)
839 templ);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 75 const struct pipe_sampler_view *templ)
90 view->pipe = *templ;
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 267 const struct pipe_resource *templ,
276 result = screen->resource_from_handle(screen, templ, handle);
tr_context.c 870 const struct pipe_sampler_view *templ)
884 trace_dump_arg_begin("templ");
885 trace_dump_sampler_view_template(templ, resource->target);
888 result = pipe->create_sampler_view(pipe, resource, templ);
898 tr_view->base = *templ;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 801 const struct pipe_sampler_view *templ)
811 templ);
829 const struct pipe_surface *templ)
839 templ);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 712 const struct pipe_sampler_view *templ)
722 templ);
740 const struct pipe_surface *templ)
750 templ);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 142 struct pipe_rasterizer_state templ; /* needed for draw module */ member in struct:svga_rasterizer_state
svga_state_framebuffer.c 308 if (svga->curr.rast->templ.gl_rasterization_rules) {
  /external/clang/test/PCH/
cxx-templates.h 9 static void templ();
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 712 const struct pipe_sampler_view *templ)
722 templ);
740 const struct pipe_surface *templ)
750 templ);
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 142 struct pipe_rasterizer_state templ; /* needed for draw module */ member in struct:svga_rasterizer_state
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_tex.c 59 const struct pipe_sampler_view *templ)
75 view->pipe = *templ;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 59 const struct pipe_sampler_view *templ)
75 view->pipe = *templ;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
vdpau_private.h 407 void vlVdpDefaultSamplerViewTemplate(struct pipe_sampler_view *templ, struct pipe_resource *res);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 407 void vlVdpDefaultSamplerViewTemplate(struct pipe_sampler_view *templ, struct pipe_resource *res);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestTypedefs.cpp 577 v8::Handle<v8::FunctionTemplate> templ = local
579 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
580 return handleScope.Close(templ);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.cpp 254 v8::Handle<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(); local
255 templ->SetCallHandler(&ScriptDebugServer::breakProgramCallback, v8::External::New(this));
256 m_breakProgramCallbackTemplate.set(m_isolate, templ);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 740 const struct pipe_sampler_view *templ,

Completed in 1226 milliseconds

<<111213