OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:varyings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
ShHandle.h
73
const TVariableInfoList& getVaryings() const { return
varyings
; }
94
// Collect info for all attribs, uniforms,
varyings
.
146
TVariableInfoList
varyings
; //
Varyings
in the compiled shader.
member in class:TCompiler
OutputHLSL.cpp
159
TString
varyings
;
local
190
varyings
+= "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n";
213
out << "//
Varyings
\n";
214
out <<
varyings
;
local
635
"//
Varyings
\n";
636
out <<
varyings
;
local
[
all
...]
Completed in 39 milliseconds