HomeSort by relevance Sort by last modified time
    Searched defs:color_location (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/command_buffer/tests/
gl_program_unittest.cc 153 GLint color_location = glGetUniformLocation(program, "u_color"); local
154 glUniform4f(color_location, 0.0f, 0.0f, 1.0f, 1.0f);
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 108 int color_location; member in struct:content::TestPlugin::Scene
117 color_location(-1),
  /external/chromium_org/cc/output/
shader.h 684 int color_location() const { return color_location_; } function in class:cc::FragmentShaderColor
701 int color_location() const { return color_location_; } function in class:cc::FragmentShaderColorAA
721 int color_location() const { return color_location_; } function in class:cc::FragmentShaderCheckerboard
gl_renderer.cc 544 gl_->Uniform4f(program->fragment_shader().color_location(),
601 gl_->Uniform4f(program->fragment_shader().color_location(),
1375 unsigned color_location; member in struct:cc::SolidColorProgramUniforms
    [all...]

Completed in 363 milliseconds