HomeSort by relevance Sort by last modified time
    Searched full:outputdecls (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLVarying.cpp 143 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const {
145 this->appendDecls(fVertexOutputs, outputDecls);
148 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const {
150 this->appendDecls(fGeomOutputs, outputDecls);
153 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const {
158 this->appendDecls(fFragOutputs, outputDecls);
GrGLSLVarying.h 140 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
141 void getGeomDecls(SkString* inputDecls, SkString* outputDecls) const;
142 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 57 milliseconds