Home
last modified time | relevance | path

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

/external/chromium_org/cc/output/
Dshader.h628 int u_texture_location() const { return u_texture_location_; } in u_texture_location() function
657 int u_texture_location() const { return u_texture_location_; } in u_texture_location() function
Dgl_renderer.cc1752 int u_texture_location = -1; in DrawYUVVideoQuad() local
1766 u_texture_location = program->fragment_shader().u_texture_location(); in DrawYUVVideoQuad()
1780 u_texture_location = program->fragment_shader().u_texture_location(); in DrawYUVVideoQuad()
1796 GLC(gl_, gl_->Uniform1i(u_texture_location, 2)); in DrawYUVVideoQuad()