Home
last modified time | relevance | path

Searched refs:g (Results 1 – 17 of 17) sorted by relevance

/system/core/logd/
DLogCommand.cpp109 gid_t g[4] = { (gid_t) -1, (gid_t) -1, (gid_t) -1, (gid_t) -1}; in clientHasLogCredentials() local
112 &g[0], &g[1], &g[2], &g[3]); in clientHasLogCredentials()
115 if ((gid != g[0]) || (gid != g[1]) || (gid != g[2]) || (gid != g[3])) { in clientHasLogCredentials()
/system/security/keystore/
Dtest-keystore120 keystore system g baz
125 keystore root g baz
135 keystore app_0 g baz
157 keystore app_0 g
160 keystore app_0 g 0x
193 keystore app_0 g 0x
243 keystore root g baz
254 keystore root g baz
/system/core/libpixelflinger/
Dclear.cpp29 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a);
124 gglFixedToIteratedColor(c->state.clear.g), in ggl_clear()
147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx() argument
151 c->state.clear.g = gglClampx(g); in ggl_clearColorx()
Dbuffer.h35 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a);
Dpixelflinger.cpp282 const int32_t g = gglClampx(color[1]); in ggl_fogColor3xv() local
286 c->state.fog.color[GGLFormat::GREEN]= (g - (g>>8))>>8; in ggl_fogColor3xv()
372 const GGLclampx g = gglClampx(params[1]); in ggl_texEnvxv() local
377 color[2] = (g-(g>>8))>>8; in ggl_texEnvxv()
513 GGLboolean g, in ggl_colorMask() argument
521 if (g) mask |= 1 << GGLFormat::GREEN; in ggl_colorMask()
Dscanline.cpp653 GGLcolor r, g, b, a; in scanline() local
657 g = (xs * c->shade.dgdx) + ci.ydgdy; in scanline()
661 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc); in scanline()
666 g = ci.ydgdy; in scanline()
708 fragment.c[2] = g >> (GGL_COLOR_BITS-8); in scanline()
933 g += c->shade.dgdx; in scanline()
1138 uint32_t g = (s >> 8) & 0xff; in abgr8888ToRgb565() local
1140 return rgb888ToRgb565(r,g,b); in abgr8888ToRgb565()
1143 uint16_t rgb888ToRgb565(uint32_t& r, uint32_t& g, uint32_t &b) { in rgb888ToRgb565()
1147 g += (threshold >> (GGL_DITHER_BITS-8 +6)); in rgb888ToRgb565()
[all …]
Dbuffer.cpp258 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a) in ggl_pack_color() argument
265 p = downshift_component(p, g, hbits, lbits, f->gh, f->gl, 0, 1, -1); in ggl_pack_color()
/system/extras/tests/framebuffer/
Dminui.h27 void gr_color(unsigned char r, unsigned char g, unsigned char b);
/system/extras/ksmutils/
Dlookup3.c797 uint32_t e[HASHSTATE],f[HASHSTATE],g[HASHSTATE],h[HASHSTATE]; in driver2() local
812 e[l]=f[l]=g[l]=h[l]=x[l]=y[l]=~((uint32_t)0); in driver2()
832 g[l] &= c[l]; in driver2()
836 if (e[l]|f[l]|g[l]|h[l]|x[l]|y[l]) finished=0; in driver2()
845 e[0],f[0],g[0],h[0],x[0],y[0]); in driver2()
/system/core/adb/
DOVERVIEW.TXT10 - implement various control commands (e.g. "adb shell", "adb pull", etc..)
138 unexpected transport disconnections (e.g. when a device is physically
DSERVICES.TXT144 <local> is the host-specific endpoint (e.g. tcp:9000).
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h297 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a);
/system/security/softkeymaster/
Dkeymaster_openssl.cpp243 dsa->g = BN_bin2bn(dsa_params->generator, dsa_params->generator_len, NULL); in generate_dsa_keypair()
244 if (dsa->g == NULL) { in generate_dsa_keypair()
/system/bt/stack/include/
Dl2c_api.h323 #define L2CA_CONNECT_RSP(a,b,c,d,e,f,g) L2CA_ErtmConnectRsp(a,b,c,d,e,f) argument
/system/media/camera/docs/
Dmetadata_model.py483 leaf_it = ((k, g) for k, g in group_entry_by_kind)
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h296 GGLclampx g;
/system/core/init/
Dreadme.txt96 Primarily for use by services run from the rootfs, e.g. ueventd, adbd.
179 service should be started when needed. E.g.