Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 14 of 14) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dload_store.cpp105 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract() function in android::GGLAssembler
142 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler
144 extract(d, s.reg, in extract()
150 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler
153 extract(r, s.reg, in extract()
164 extract(d, s.reg, s.h, s.l, 32); in expand()
DGGLAssembler.h383 void extract(integer_t& d, const pixel_t& s, int component);
384 void extract(component_t& d, const pixel_t& s, int component);
385 void extract(integer_t& d, int s, int h, int l, int bits=32);
Dtexturing.cpp189 extract(fragment, parts.iterated, component); in build_iterated_color()
1009 extract(fragment, texel, component); in build_texture_environment()
1073 extract(texel, incomingTexel, component); in modulate()
1167 extract(texel, incomingTexel, component); in decal()
1168 extract(factor, incomingTexel, GGLFormat::ALPHA); in decal()
1206 extract(factor, incomingTexel, component); in blend()
1241 extract(texel, incomingTexel, component); in add()
Dblending.cpp123 extract(fb, pixel, component); in build_blending()
348 extract(factor, dst_pixel, GGLFormat::ALPHA); in build_blend_factor()
DARMAssembler.cpp434 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
/system/sepolicy/
Dblkid.te5 # Allowed read-only access to encrypted devices to extract UUID/label
Dblkid_untrusted.te4 # Allowed read-only access to vold block devices to extract UUID/label
DREADME92 organization and may need to extract the pem file for the insertkeys/keys.conf tools.
/system/core/libpixelflinger/
Dbuffer.cpp36 static uint32_t extract(uint32_t v, int h, int l, int bits);
129 pixel->c[i] = extract(v, f->c[i].h, f->c[i].l, f->size*8); in read_pixel()
278 uint32_t extract(uint32_t v, int h, int l, int bits) in extract() function
/system/update_engine/scripts/
Dbrillo_update_payload299 cros_generate_update_payload --extract \
/system/sepolicy/tools/sepolicy-analyze/
DREADME93 for the parser but could also be used to extract neverallow rules from
/system/media/camera/docs/
Dmetadata_helpers.py1302 navigable_string.extract()
/system/tpm/trunks/generator/
Draw_commands_fixed.txt2522 // HACK to extract the DRTM startup type associated with the previous shutdown
28049 shall extract the digest of the next expected block and return that value to the caller, along with…
Draw_commands.txt2522 // HACK to extract the DRTM startup type associated with the previous shutdown
28038 shall extract the digest of the next expected block and return that value to the caller, along with…