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

/external/chromium_org/cc/output/
H A Dgl_renderer_draw_cache.h41 int vertex_opacity_location; member in struct:cc::TexturedQuadDrawCache
H A Dgl_renderer.cc1981 vertex_opacity_location =
1982 program->vertex_shader().vertex_opacity_location();
1985 int vertex_opacity_location; member in struct:cc::TexTransformTextureProgramBinding
2034 static_cast<int>(draw_cache_.vertex_opacity_location),
2092 draw_cache_.vertex_opacity_location = binding.vertex_opacity_location;
2150 GLC(gl_, gl_->Uniform1fv(binding.vertex_opacity_location, 4, vertex_opacity));
H A Dshader.h131 int vertex_opacity_location() const { return vertex_opacity_location_; } function in class:cc::VertexShaderPosTexTransform

Completed in 237 milliseconds