Home
last modified time | relevance | path

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

/external/chromium_org/cc/output/
Dshader.h86 int tex_offset_location() const { return tex_offset_location_; } in tex_offset_location()
91 int tex_offset_location_; variable
Dshader.cc189 : matrix_location_(-1), tex_scale_location_(-1), tex_offset_location_(-1) {} in VertexShaderPosTexYUVStretchOffset()
209 tex_offset_location_ = locations[2]; in Init()