Home
last modified time | relevance | path

Searched refs:alphaLocation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp298 int alphaLocation = -1; in render() local
302 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()