OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGsOut
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/glsl/
GrGLSLVarying.h
27
const char* gsOut() const { return
fGsOut
; }
39
: fVarying(varying), fType(type), fVsOut(nullptr), fGsIn(nullptr),
fGsOut
(nullptr),
48
const char*
fGsOut
;
150
SkString
fGsOut
;
GrGLSLVarying.cpp
58
fProgramBuilder->nameVariable(&v.
fGsOut
, 'g', name);
60
varying->
fGsOut
= v.
fGsOut
.c_str();
64
varying->fFsIn = (willUseGeoShader ? v.
fGsOut
: v.fVsOut).c_str();
126
v.
fGsOut
, v.fPrecision, nullptr, modifier);
127
fsIn = v.
fGsOut
.c_str();
Completed in 61 milliseconds