Searched defs:attribCount (Results 1 – 3 of 3) sorted by relevance
35 GLuint makeProgramWithAttribCount(unsigned int attribCount) in makeProgramWithAttribCount()83 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local96 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local
322 GLuint compileMultiAttribProgram(GLint attribCount) in compileMultiAttribProgram()351 void setupMultiAttribs(GLuint program, GLint attribCount, GLfloat value) in setupMultiAttribs()
5330 unsigned int attribCount = stream.readInt<unsigned int>(); in deserialize() local