Home
last modified time | relevance | path

Searched refs:isAlphaSourceNeeded (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp173 (isAlphaSourceNeeded() || mAlphaTest != GGL_ALWAYS); in scanline_core()
518 (isAlphaSourceNeeded()); in build_incoming_component()
618 bool GGLAssembler::isAlphaSourceNeeded() const in isAlphaSourceNeeded() function in android::GGLAssembler
DGGLAssembler.h525 bool isAlphaSourceNeeded() const;
Dblending.cpp271 if (component==GGLFormat::ALPHA && !isAlphaSourceNeeded()) { in build_blend_factor()