Lines Matching refs:wrapS
60 …me, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, d…
61 …ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, d…
90 …me, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
96 , m_wrapS (wrapS) in TextureWrapCase()
107 …ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
113 , m_wrapS (wrapS) in TextureWrapCase()
305 FOR_EACH(wrapS, wrapModes, in init()
311 …bool is_clamp_clamp = (wrapModes[wrapS].mode == GL_CLAMP_TO_EDGE && wrapModes[wrapT].mode == GL_C… in init()
312 …bool is_repeat_mirror = (wrapModes[wrapS].mode == GL_REPEAT && wrapModes[wrapT].mode == GL_MIRRO… in init()
320 …string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringMo… in init()
323 wrapModes[wrapS].mode, in init()
334 FOR_EACH(wrapS, wrapModes, in init()
338 …string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringMo… in init()
340 wrapModes[wrapS].mode, in init()