Searched refs:alphaLocation (Results 1 – 1 of 1) sorted by relevance
298 int alphaLocation = -1; in render() local302 alphaLocation = fill.program->getAttrib("vtxAlpha"); in render()303 glEnableVertexAttribArray(alphaLocation); in render()304 glVertexAttribPointer(alphaLocation, 1, GL_FLOAT, GL_FALSE, vertices.stride, alphaCoords); in render()346 glDisableVertexAttribArray(alphaLocation); in render()