HomeSort by relevance Sort by last modified time
    Searched full:gradientindex (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/hwui/
ProgramCache.cpp 445 static inline size_t gradientIndex(const ProgramDescription& description) {
483 shader.append(gVS_Header_Varyings_HasGradient[gradientIndex(description)]);
508 shader.append(gVS_Main_OutGradient[gradientIndex(description)]);
551 shader.append(gVS_Header_Varyings_HasGradient[gradientIndex(description)]);
681 shader.append(gFS_Main_FetchGradient[gradientIndex(description)]);

Completed in 697 milliseconds