OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha_location
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/output/
shader.h
288
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
() const { return alpha_location_;
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
...]
gl_renderer.cc
401
program->fragment_shader().
alpha_location
());
1373
unsigned
alpha_location
;
member in struct:cc::TileProgramUniforms
1606
int
alpha_location
= -1;
local
[
all
...]
gl_renderer.h
179
void SetShaderOpacity(float opacity, int
alpha_location
);
/external/chromium_org/gpu/command_buffer/tests/
gl_bind_uniform_location_unittest.cc
151
int
alpha_location
= counter++;
local
165
glBindUniformLocationCHROMIUM(program,
alpha_location
, "alpha");
207
glUniform1f(
alpha_location
, 0.8f);
Completed in 141 milliseconds