Searched defs:alpha_location (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_bind_uniform_location_unittest.cc151 int alpha_location = counter++; local
165 glBindUniformLocationCHROMIUM(program, alpha_location, "alpha");
207 glUniform1f(alpha_location, 0.8f);
/external/chromium_org/cc/output/
H A Dshader.h288 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentTexAlphaBinding
306 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentTexColorMatrixAlphaBinding
326 int alpha_location() const { return -1; } function in class:cc::FragmentTexOpaqueBinding
429 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaAA
446 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentTexClampAlphaAABinding
484 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaMask
513 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaMaskAA
542 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrixAA
573 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaColorMatrixAA
594 int alpha_location() cons function in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrix
628 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderYUVVideo
658 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderYUVAVideo
717 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderCheckerboard
[all...]
H A Dgl_renderer.cc401 program->fragment_shader().alpha_location());
978 shader_alpha_location = program->fragment_shader().alpha_location();
994 shader_alpha_location = program->fragment_shader().alpha_location();
1007 shader_alpha_location = program->fragment_shader().alpha_location();
1022 shader_alpha_location = program->fragment_shader().alpha_location();
1045 shader_alpha_location = program->fragment_shader().alpha_location();
1065 shader_alpha_location = program->fragment_shader().alpha_location();
1079 shader_alpha_location = program->fragment_shader().alpha_location();
1091 shader_alpha_location = program->fragment_shader().alpha_location();
1373 unsigned alpha_location; member in struct:cc::TileProgramUniforms
1606 int alpha_location = -1; local
2018 SetShaderOpacity(float opacity, int alpha_location) argument
[all...]

Completed in 109 milliseconds