OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVertexAlphaOffset
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderstate/
MeshState.h
48
const GLsizei
kVertexAlphaOffset
= 2 * sizeof(float);
RenderState.cpp
337
const void* alphaCoords = ((const GLbyte*) vertices.position) +
kVertexAlphaOffset
;
Completed in 55 milliseconds