Home
last modified time | relevance | path

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

/external/chromium_org/cc/output/
Dshader.h629 int v_texture_location() const { return v_texture_location_; } in v_texture_location() function
658 int v_texture_location() const { return v_texture_location_; } in v_texture_location() function
Dgl_renderer.cc1753 int v_texture_location = -1; in DrawYUVVideoQuad() local
1767 v_texture_location = program->fragment_shader().v_texture_location(); in DrawYUVVideoQuad()
1781 v_texture_location = program->fragment_shader().v_texture_location(); in DrawYUVVideoQuad()
1797 GLC(gl_, gl_->Uniform1i(v_texture_location, 3)); in DrawYUVVideoQuad()