Searched refs:alphaLocation (Results 1 – 1 of 1) sorted by relevance
356 int alphaLocation = -1; in render() local360 alphaLocation = fill.program->getAttrib("vtxAlpha"); in render()361 glEnableVertexAttribArray(alphaLocation); in render()362 glVertexAttribPointer(alphaLocation, 1, GL_FLOAT, GL_FALSE, vertices.stride, alphaCoords); in render()445 glDisableVertexAttribArray(alphaLocation); in render()