Home | History | Annotate | Download | only in functional

Lines Matching refs:offsetLocation

688 	deInt32 offsetLocation	= ctx.getAttribLocation(programID, "a_offset");
730 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
731 ctx.vertexAttribDivisor(offsetLocation, 1);
732 ctx.enableVertexAttribArray(offsetLocation);