Searched refs:alpha_location (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/output/
H A Dshader.h287 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
327 int alpha_location() const { return -1; } function in class:cc::FragmentTexOpaqueBinding
442 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaAA
460 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentTexClampAlphaAABinding
496 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaMask
525 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaMaskAA
554 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrixAA
585 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderRGBATexAlphaColorMatrixAA
606 int alpha_location() cons function in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrix
640 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderYUVVideo
670 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderYUVAVideo
729 int alpha_location() const { return alpha_location_; } function in class:cc::FragmentShaderCheckerboard
[all...]
H A Dgl_renderer.cc426 program->fragment_shader().alpha_location());
889 shader_alpha_location = program->fragment_shader().alpha_location();
906 shader_alpha_location = program->fragment_shader().alpha_location();
920 shader_alpha_location = program->fragment_shader().alpha_location();
936 shader_alpha_location = program->fragment_shader().alpha_location();
960 shader_alpha_location = program->fragment_shader().alpha_location();
981 shader_alpha_location = program->fragment_shader().alpha_location();
996 shader_alpha_location = program->fragment_shader().alpha_location();
1009 shader_alpha_location = program->fragment_shader().alpha_location();
1298 unsigned alpha_location; member in struct:cc::TileProgramUniforms
1539 int alpha_location = -1; local
1996 SetShaderOpacity(float opacity, int alpha_location) argument
[all...]
H A Dgl_renderer.h163 void SetShaderOpacity(float opacity, int alpha_location);
/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);

Completed in 2815 milliseconds