OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alpha_count
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c
424
int rgb_count = 0,
alpha_count
= 0;
local
474
alpha_count
++;
496
alpha_count
++;
500
if (rgb_count > 3 ||
alpha_count
> 3) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c
424
int rgb_count = 0,
alpha_count
= 0;
local
474
alpha_count
++;
496
alpha_count
++;
500
if (rgb_count > 3 ||
alpha_count
> 3) {
/external/opencv/ml/include/
ml.h
398
int
alpha_count
, double* alpha, double Cp, double Cn,
402
int
alpha_count
, double* alpha, double Cp, double Cn,
441
int
alpha_count
;
member in class:CvSVMSolver
[
all
...]
/external/pixman/pixman/
pixman-private.h
97
int32_t
alpha_count
; /* How many times this image is being used as an alpha map */
member in struct:image_common
[
all
...]
Completed in 1341 milliseconds