Searched refs:alpha_location (Results 1 – 4 of 4) sorted by relevance
290 int alpha_location() const { return alpha_location_; } in alpha_location() function308 int alpha_location() const { return alpha_location_; } in alpha_location() function328 int alpha_location() const { return -1; } in alpha_location() function431 int alpha_location() const { return alpha_location_; } in alpha_location() function448 int alpha_location() const { return alpha_location_; } in alpha_location() function486 int alpha_location() const { return alpha_location_; } in alpha_location() function515 int alpha_location() const { return alpha_location_; } in alpha_location() function544 int alpha_location() const { return alpha_location_; } in alpha_location() function575 int alpha_location() const { return alpha_location_; } in alpha_location() function596 int alpha_location() const { return alpha_location_; } in alpha_location() function[all …]
561 program->fragment_shader().alpha_location()); in DrawCheckerboardQuad()1128 shader_alpha_location = program->fragment_shader().alpha_location(); in DrawRenderPassQuad()1144 shader_alpha_location = program->fragment_shader().alpha_location(); in DrawRenderPassQuad()1157 shader_alpha_location = program->fragment_shader().alpha_location(); in DrawRenderPassQuad()1172 shader_alpha_location = program->fragment_shader().alpha_location(); in DrawRenderPassQuad()1195 shader_alpha_location = program->fragment_shader().alpha_location(); in DrawRenderPassQuad()1215 shader_alpha_location = program->fragment_shader().alpha_location(); in DrawRenderPassQuad()1229 shader_alpha_location = program->fragment_shader().alpha_location(); in DrawRenderPassQuad()1241 shader_alpha_location = program->fragment_shader().alpha_location(); in DrawRenderPassQuad()1523 unsigned alpha_location; member[all …]
171 void SetShaderOpacity(float opacity, int alpha_location);
151 int alpha_location = counter++; in TEST_F() local165 glBindUniformLocationCHROMIUM(program, alpha_location, "alpha"); in TEST_F()207 glUniform1f(alpha_location, 0.8f); in TEST_F()