OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPathProcVaryingInfos
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/gl/
GrGLVaryingHandler.cpp
27
auto varyingInfo =
fPathProcVaryingInfos
.push_back();
28
varyingInfo.fLocation =
fPathProcVaryingInfos
.count() - 1;
33
SkASSERT(
fPathProcVaryingInfos
.empty() ||
fPathProcVaryingInfos
.count() == fFragInputs.count());
34
for (int i = 0; i <
fPathProcVaryingInfos
.count(); ++i) {
35
fPathProcVaryingInfos
[i].fVariable = fFragInputs[i];
GrGLVaryingHandler.h
19
fPathProcVaryingInfos
(kVaryingsPerBlock) {}
29
GrGLProgramDataManager::VaryingInfoArray
fPathProcVaryingInfos
;
/external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp
197
int count = fVaryingHandler.
fPathProcVaryingInfos
.count();
200
fVaryingHandler.
fPathProcVaryingInfos
[i].fVariable.c_str()));
201
fVaryingHandler.
fPathProcVaryingInfos
[i].fLocation = i;
237
int count = fVaryingHandler.
fPathProcVaryingInfos
.count();
243
fVaryingHandler.
fPathProcVaryingInfos
[i].fVariable.c_str()));
244
fVaryingHandler.
fPathProcVaryingInfos
[i].fLocation = location;
265
fVaryingHandler.
fPathProcVaryingInfos
,
Completed in 47 milliseconds