Home | History | Annotate | Download | only in functional

Lines Matching refs:colorLocation

821 	deInt32 colorLocation	= ctx.getAttribLocation(programID, "a_color");
872 ctx.vertexAttribPointer(colorLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
873 ctx.vertexAttribDivisor(colorLocation, 1);
874 ctx.enableVertexAttribArray(colorLocation);