OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alpha_location
(Results
1 - 3
of
3
) sorted by null
/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);
/external/chromium_org/cc/output/
shader.h
290
int
alpha_location
() const { return alpha_location_; }
function in class:cc::FragmentTexAlphaBinding
308
int
alpha_location
() const { return alpha_location_; }
function in class:cc::FragmentTexColorMatrixAlphaBinding
328
int
alpha_location
() const { return -1; }
function in class:cc::FragmentTexOpaqueBinding
431
int
alpha_location
() const { return alpha_location_; }
function in class:cc::FragmentShaderRGBATexAlphaAA
448
int
alpha_location
() const { return alpha_location_; }
function in class:cc::FragmentTexClampAlphaAABinding
486
int
alpha_location
() const { return alpha_location_; }
function in class:cc::FragmentShaderRGBATexAlphaMask
515
int
alpha_location
() const { return alpha_location_; }
function in class:cc::FragmentShaderRGBATexAlphaMaskAA
544
int
alpha_location
() const { return alpha_location_; }
function in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrixAA
575
int
alpha_location
() const { return alpha_location_; }
function in class:cc::FragmentShaderRGBATexAlphaColorMatrixAA
596
int
alpha_location
() const { return alpha_location_;
function in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrix
630
int
alpha_location
() const { return
alpha_location
_; }
function in class:cc::FragmentShaderYUVVideo
660
int
alpha_location
() const { return
alpha_location
_; }
function in class:cc::FragmentShaderYUVAVideo
719
int
alpha_location
() const { return
alpha_location
_; }
function in class:cc::FragmentShaderCheckerboard
[
all
...]
gl_renderer.cc
561
program->fragment_shader().
alpha_location
());
1523
unsigned
alpha_location
;
member in struct:cc::TileProgramUniforms
1757
int
alpha_location
= -1;
local
[
all
...]
Completed in 54 milliseconds