Searched refs:tempDecl (Results 1 – 3 of 3) sorted by relevance
896 const deUint32 tempDecl[] = in init() local907 Stage(tempDecl[0] | tempDecl[1] | tempDecl[2] | tempDecl[3]), in init()908 Stage(tempDecl[1] | tempDecl[2] | tempDecl[3]), in init()909 Stage(tempDecl[2] | tempDecl[3]), in init()910 Stage(tempDecl[3]), in init()
33 SkString tempDecl; in declAppend() local34 var.appendDecl(fProgramBuilder->shaderCaps(), &tempDecl); in declAppend()35 this->codeAppendf("%s;", tempDecl.c_str()); in declAppend()