Searched refs:tfMode (Results 1 – 1 of 1) sorted by relevance
236 static bool isProgramSupported (const glw::Functions& gl, const ProgramSpec& spec, deUint32 tfMode) in isProgramSupported() argument281 if (tfMode == GL_SEPARATE_ATTRIBS && numComponents > maxTfSeparateComponents) in isProgramSupported()288 if (tfMode == GL_SEPARATE_ATTRIBS && totalTfAttribs > maxTfSeparateAttribs) in isProgramSupported()291 if (tfMode == GL_INTERLEAVED_ATTRIBS && totalTfComponents > maxTfInterleavedComponents) in isProgramSupported()