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

/external/chromium_org/cc/output/
H A Dshader.h143 int viewport_location() const { return -1; } function in class:cc::VertexShaderQuad
165 int viewport_location() const { return viewport_location_; } function in class:cc::VertexShaderQuadAA
190 int viewport_location() const { return viewport_location_; } function in class:cc::VertexShaderQuadTexTransformAA
216 int viewport_location() const { return -1; } function in class:cc::VertexShaderTile
242 int viewport_location() const { return viewport_location_; } function in class:cc::VertexShaderTileAA
H A Dgl_renderer.cc881 shader_viewport_location = program->vertex_shader().viewport_location();
918 shader_viewport_location = program->vertex_shader().viewport_location();
935 shader_viewport_location = program->vertex_shader().viewport_location();
959 shader_viewport_location = program->vertex_shader().viewport_location();
1116 unsigned viewport_location; member in struct:cc::SolidColorProgramUniforms
1127 uniforms->viewport_location = program->vertex_shader().viewport_location();
1265 Context()->uniform4fv(uniforms.viewport_location, 1, viewport));
1292 unsigned viewport_location; member in struct:cc::TileProgramUniforms
1305 uniforms->viewport_location
[all...]

Completed in 964 milliseconds