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