Lines Matching refs:tfactor
387 Vector4s tfactor; in blendTexture() local
411 tfactor.x = *Pointer<Short4>(data + OFFSET(DrawData, factor.textureFactor4[0])); in blendTexture()
412 tfactor.y = *Pointer<Short4>(data + OFFSET(DrawData, factor.textureFactor4[1])); in blendTexture()
413 tfactor.z = *Pointer<Short4>(data + OFFSET(DrawData, factor.textureFactor4[2])); in blendTexture()
414 tfactor.w = *Pointer<Short4>(data + OFFSET(DrawData, factor.textureFactor4[3])); in blendTexture()
450 case TextureStage::SOURCE_TFACTOR: arg1 = &tfactor; break; in blendTexture()
463 case TextureStage::SOURCE_TFACTOR: arg2 = &tfactor; break; in blendTexture()
476 case TextureStage::SOURCE_TFACTOR: arg3 = &tfactor; break; in blendTexture()
822 case TextureStage::SOURCE_TFACTOR: arg1 = &tfactor; break; in blendTexture()
835 case TextureStage::SOURCE_TFACTOR: arg2 = &tfactor; break; in blendTexture()
848 case TextureStage::SOURCE_TFACTOR: arg3 = &tfactor; break; in blendTexture()