HomeSort by relevance Sort by last modified time
    Searched refs:hasVertexAlpha (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
Program.h 146 bool hasVertexAlpha;
193 hasVertexAlpha = false;
288 key |= programid(hasVertexAlpha) << PROGRAM_HAS_VERTEX_ALPHA_SHIFT;
ProgramCache.cpp 562 if (description.hasVertexAlpha) {
586 if (description.hasVertexAlpha) {
609 if (description.hasVertexAlpha) {
661 if (description.hasVertexAlpha) {
800 if (description.hasVertexAlpha) {
    [all...]
GlopBuilder.cpp 618 mDescription.hasVertexAlpha = mOutGlop->mesh.vertices.attribFlags & VertexAttribFlags::Alpha;

Completed in 9541 milliseconds