Home
last modified time | relevance | path

Searched refs:sampler_location_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/output/
Dshader.h292 int sampler_location() const { return sampler_location_; } in sampler_location()
295 int sampler_location_;
312 int sampler_location() const { return sampler_location_; } in sampler_location()
315 int sampler_location_;
331 int sampler_location() const { return sampler_location_; } in sampler_location()
334 int sampler_location_;
347 int sampler_location() const { return sampler_location_; } in sampler_location()
351 int sampler_location_; variable
432 int sampler_location() const { return sampler_location_; } in sampler_location()
435 int sampler_location_;
[all …]
Dshader.cc631 : sampler_location_(-1), in FragmentTexAlphaBinding()
649 sampler_location_ = locations[0]; in Init()
654 : sampler_location_(-1), in FragmentTexColorMatrixAlphaBinding()
676 sampler_location_ = locations[0]; in Init()
683 : sampler_location_(-1) {} in FragmentTexOpaqueBinding()
699 sampler_location_ = locations[0]; in Init()
768 sampler_location_(-1) { in FragmentTexBackgroundBinding()
787 sampler_location_ = locations[0]; in Init()
788 DCHECK_NE(sampler_location_, -1); in Init()
881 : sampler_location_(-1), in FragmentShaderRGBATexAlphaAA()
[all …]