Home
last modified time | relevance | path

Searched refs:WRITE_BLUE (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DBlitter.hpp33 WRITE_BLUE = 0x04, enumerator
35 WRITE_RGBA = WRITE_RED | WRITE_GREEN | WRITE_BLUE | WRITE_ALPHA,
DBlitter.cpp335 bool writeB = (options & WRITE_BLUE) == WRITE_BLUE; in write()
789 bool writeB = (options & WRITE_BLUE) == WRITE_BLUE; in write()