OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alphalocation
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/libs/hwui/renderstate/
RenderState.cpp
298
int
alphaLocation
= -1;
302
alphaLocation
= fill.program->getAttrib("vtxAlpha");
303
glEnableVertexAttribArray(
alphaLocation
);
304
glVertexAttribPointer(
alphaLocation
, 1, GL_FLOAT, GL_FALSE, vertices.stride, alphaCoords);
346
glDisableVertexAttribArray(
alphaLocation
);
Completed in 51 milliseconds