Searched refs:fs (Results 1 - 9 of 9) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local
74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA)
75 fs = GGL_ONE;
76 const int blending = blending_codes(fs, fd);
101 (fs==GGL_DST_COLOR && fd==GGL_ONE_MINUS_DST_COLOR) ||
102 (fs==GGL_SRC_COLOR && fd==GGL_ONE_MINUS_SRC_COLOR) ||
103 (fs==GGL_DST_ALPHA && fd==GGL_ONE_MINUS_DST_ALPHA) ||
104 (fs==GGL_SRC_ALPHA && fd==GGL_ONE_MINUS_SRC_ALPHA);
107 (fs==GGL_ONE_MINUS_DST_COLOR && fd==GGL_DST_COLOR) ||
108 (fs
[all...]
H A DGGLAssembler.cpp159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local
161 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA)
162 fs = GGL_ONE;
176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
489 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local
491 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) {
492 fs = GGL_ONE;
496 const int blending = blending_codes(fs, fd);
499 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
H A DGGLAssembler.h517 static int blending_codes(int fs, int fd);
/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c21 #include <linux/fs.h>
H A Dext4_utils.c25 #include <linux/fs.h>
/system/extras/tests/directiotest/
H A Ddirectiotest.c42 #include <linux/fs.h>
/system/core/libdiskconfig/
H A Ddiskconfig.c29 #include <linux/fs.h>
/system/core/toolbox/
H A Dnewfs_msdos.c42 #include <linux/fs.h>
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c41 #include <linux/fs.h>

Completed in 6908 milliseconds