OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gsOut
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/glsl/
GrGLSLVarying.h
27
const char*
gsOut
() const { return fGsOut; }
GrGLSLVarying.cpp
34
fProgramBuilder->fGS.codeAppendf("%s = %s[0];", v.
gsOut
(), v.gsIn());
Completed in 227 milliseconds