OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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