Searched refs:build_component (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 273 build_component(pixel, parts, GGLFormat::ALPHA, regs); in scanline_core() 281 build_component(pixel, parts, GGLFormat::RED, regs); in scanline_core() 282 build_component(pixel, parts, GGLFormat::GREEN, regs); in scanline_core() 283 build_component(pixel, parts, GGLFormat::BLUE, regs); in scanline_core() 453 void GGLAssembler::build_component( pixel_t& pixel, in build_component() function in android::GGLAssembler
|
D | GGLAssembler.h | 421 void build_component( pixel_t& pixel,
|