Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp183 enum { TYPE_BOOL = 0, TYPE_INT = 1, TYPE_FLOAT = 2 }; in GetConstRegCommandSize() enumerator
195 case TYPE_BOOL: in GetConstRegCommandSize()
456 enum { TYPE_BOOL = 0, TYPE_INT = 1, TYPE_FLOAT = 2 }; in BuildConstRegCommand() enumerator
469 case TYPE_BOOL: in BuildConstRegCommand()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h372 enum { TYPE_BOOL = 0, TYPE_INT = 1, TYPE_FLOAT = 2 }; in GetBoolConstant() enumerator
394 if (info.type == TYPE_BOOL) in GetBoolConstant()