Searched refs:constDepthCoord (Results 1 – 2 of 2) sorted by relevance
179 static const float constDepthCoord[] = in iterate() local197 glVertexAttribPointer(posLoc, 4, GL_FLOAT, GL_FALSE, 0, &constDepthCoord); in iterate()
156 const float constDepthCoord[] = in iterate() local176 glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 4, 4, 0, &constDepthCoord[0]); in iterate()