Searched refs:kBindingTexCoords (Results 1 – 3 of 3) sorted by relevance
132 glVertexAttribPointer(Program::kBindingTexCoords, 2, GL_FLOAT, GL_FALSE, stride, vertices); in bindTexCoordsVertexPointer()145 glEnableVertexAttribArray(Program::kBindingTexCoords); in enableTexCoordsVertexArray()153 glDisableVertexAttribArray(Program::kBindingTexCoords); in disableTexCoordsVertexArray()
48 texCoords = bindAttrib("texCoords", kBindingTexCoords); in Program()
302 kBindingTexCoords enumerator