Searched refs:SetPremultipliedAlpha (Results 1 – 4 of 4) sorted by relevance
52 static_cast<TextureLayer*>(layer_->layer())->SetPremultipliedAlpha( in setPremultipliedAlpha()
113 void SetPremultipliedAlpha(bool premultiplied_alpha);
100 void TextureLayer::SetPremultipliedAlpha(bool premultiplied_alpha) { in SetPremultipliedAlpha() function in cc::TextureLayer
211 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetPremultipliedAlpha(false)); in TEST_F()