Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DBlitter.hpp32 WRITE_GREEN = 0x02, enumerator
35 WRITE_RGBA = WRITE_RED | WRITE_GREEN | WRITE_BLUE | WRITE_ALPHA,
DBlitter.cpp334 bool writeG = (options & WRITE_GREEN) == WRITE_GREEN; in write()
788 bool writeG = (options & WRITE_GREEN) == WRITE_GREEN; in write()