Searched refs:edge_location (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/output/
H A Dshader.h153 int edge_location() const { return -1; } function in class:cc::VertexShaderQuad
174 int edge_location() const { return edge_location_; } function in class:cc::VertexShaderQuadAA
198 int edge_location() const { return edge_location_; } function in class:cc::VertexShaderQuadTexTransformAA
223 int edge_location() const { return -1; } function in class:cc::VertexShaderTile
248 int edge_location() const { return edge_location_; } function in class:cc::VertexShaderTileAA
H A Dgl_renderer.cc1146 shader_edge_location = program->vertex_shader().edge_location();
1181 shader_edge_location = program->vertex_shader().edge_location();
1197 shader_edge_location = program->vertex_shader().edge_location();
1220 shader_edge_location = program->vertex_shader().edge_location();
1374 unsigned edge_location; member in struct:cc::SolidColorProgramUniforms
1385 uniforms->edge_location = program->vertex_shader().edge_location();
1518 GLC(gl_, gl_->Uniform3fv(uniforms.edge_location, 8, edge));
1546 unsigned edge_location; member in struct:cc::TileProgramUniforms
1559 uniforms->edge_location
[all...]

Completed in 59 milliseconds