Lines Matching refs:vshaderTxt
3537 SkString vshaderTxt(version); in createCopyProgram() local
3540 vshaderTxt.appendf("#extension %s : require\n", extension); in createCopyProgram()
3545 aVertex.appendDecl(shaderCaps, &vshaderTxt); in createCopyProgram()
3546 vshaderTxt.append(";"); in createCopyProgram()
3547 uTexCoordXform.appendDecl(shaderCaps, &vshaderTxt); in createCopyProgram()
3548 vshaderTxt.append(";"); in createCopyProgram()
3549 uPosXform.appendDecl(shaderCaps, &vshaderTxt); in createCopyProgram()
3550 vshaderTxt.append(";"); in createCopyProgram()
3551 vTexCoord.appendDecl(shaderCaps, &vshaderTxt); in createCopyProgram()
3552 vshaderTxt.append(";"); in createCopyProgram()
3554 vshaderTxt.append( in createCopyProgram()
3590 str = vshaderTxt.c_str(); in createCopyProgram()
3591 length = SkToInt(vshaderTxt.size()); in createCopyProgram()
3652 SkString vshaderTxt(version); in createMipmapProgram() local
3655 vshaderTxt.appendf("#extension %s : require\n", extension); in createMipmapProgram()
3663 aVertex.appendDecl(shaderCaps, &vshaderTxt); in createMipmapProgram()
3664 vshaderTxt.append(";"); in createMipmapProgram()
3665 uTexCoordXform.appendDecl(shaderCaps, &vshaderTxt); in createMipmapProgram()
3666 vshaderTxt.append(";"); in createMipmapProgram()
3668 vTexCoords[i].appendDecl(shaderCaps, &vshaderTxt); in createMipmapProgram()
3669 vshaderTxt.append(";"); in createMipmapProgram()
3672 vshaderTxt.append( in createMipmapProgram()
3681 vshaderTxt.append( in createMipmapProgram()
3688 vshaderTxt.append( in createMipmapProgram()
3693 vshaderTxt.append( in createMipmapProgram()
3698 vshaderTxt.append( in createMipmapProgram()
3703 vshaderTxt.append("}"); in createMipmapProgram()
3748 str = vshaderTxt.c_str(); in createMipmapProgram()
3749 length = SkToInt(vshaderTxt.size()); in createMipmapProgram()
3809 SkString vshaderTxt(version); in createWireRectProgram() local
3810 aVertex.appendDecl(this->caps()->shaderCaps(), &vshaderTxt); in createWireRectProgram()
3811 vshaderTxt.append(";"); in createWireRectProgram()
3812 uRect.appendDecl(this->caps()->shaderCaps(), &vshaderTxt); in createWireRectProgram()
3813 vshaderTxt.append(";"); in createWireRectProgram()
3814 vshaderTxt.append( in createWireRectProgram()
3842 str = vshaderTxt.c_str(); in createWireRectProgram()
3843 length = SkToInt(vshaderTxt.size()); in createWireRectProgram()