Home
last modified time | relevance | path

Searched defs:defaultColorValue (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.cpp191 short defaultColorValue = colorsDefaultToZero ? 0x0000 : 0x1000; in sampleTexture() local
444 float defaultColorValue = colorsDefaultToZero ? 0.0f : 1.0f; in sampleTexture() local