Home
last modified time | relevance | path

Searched refs:vertex_opacity_location (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/output/
Dgl_renderer_draw_cache.h41 int vertex_opacity_location; member
Dgl_renderer.cc1958 vertex_opacity_location = in Set()
1959 program->vertex_shader().vertex_opacity_location(); in Set()
1962 int vertex_opacity_location; member
2011 static_cast<int>(draw_cache_.vertex_opacity_location), in FlushTextureQuadCache()
2069 draw_cache_.vertex_opacity_location = binding.vertex_opacity_location; in EnqueueTextureQuad()
2127 GLC(gl_, gl_->Uniform1fv(binding.vertex_opacity_location, 4, vertex_opacity)); in DrawIOSurfaceQuad()
Dshader.h132 int vertex_opacity_location() const { return vertex_opacity_location_; } in vertex_opacity_location() function