Home
last modified time | relevance | path

Searched refs:RI_TEXTUREMEMORY (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A DrendererDeclerations.cpp110 declareVariable(RI_TEXTUREMEMORY, "int"); in initDeclarations()
H A Doptions.cpp756 …else if (strcmp(name,RI_TEXTUREMEMORY) == 0) { type = TYPE_INTEGER; value = NULL; intValue = maxT… in find()
H A DribOut.cpp397 optionCheckInt(RI_TEXTUREMEMORY,1)
1617 declareVariable(RI_TEXTUREMEMORY, "int");
H A Dri.h257 EXTERN(RtToken) RI_TEXTUREMEMORY;
H A Dri.cpp302 RtToken RI_TEXTUREMEMORY = "texturememory"; variable
H A DrendererContext.cpp1308 optionCheck(RI_TEXTUREMEMORY, options->maxTextureSize, 0,(2*1024*1024),int)