Home | History | Annotate | Download | only in functional

Lines Matching defs:offsetLocation

820 	deInt32 offsetLocation	= ctx.getAttribLocation(programID, "a_offset");
865 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
866 ctx.vertexAttribDivisor(offsetLocation, 1);
867 ctx.enableVertexAttribArray(offsetLocation);