Home
last modified time | relevance | path

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

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