Lines Matching refs:tfactor
388 Vector4s tfactor; in blendTexture() local
412 tfactor.x = *Pointer<Short4>(data + OFFSET(DrawData, factor.textureFactor4[0])); in blendTexture()
413 tfactor.y = *Pointer<Short4>(data + OFFSET(DrawData, factor.textureFactor4[1])); in blendTexture()
414 tfactor.z = *Pointer<Short4>(data + OFFSET(DrawData, factor.textureFactor4[2])); in blendTexture()
415 tfactor.w = *Pointer<Short4>(data + OFFSET(DrawData, factor.textureFactor4[3])); in blendTexture()
451 case TextureStage::SOURCE_TFACTOR: arg1 = &tfactor; break; in blendTexture()
464 case TextureStage::SOURCE_TFACTOR: arg2 = &tfactor; break; in blendTexture()
477 case TextureStage::SOURCE_TFACTOR: arg3 = &tfactor; break; in blendTexture()
823 case TextureStage::SOURCE_TFACTOR: arg1 = &tfactor; break; in blendTexture()
836 case TextureStage::SOURCE_TFACTOR: arg2 = &tfactor; break; in blendTexture()
849 case TextureStage::SOURCE_TFACTOR: arg3 = &tfactor; break; in blendTexture()