Home
last modified time | relevance | path

Searched refs:copy_texture_manager_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Draster_decoder_unittest_base.cc68 copy_texture_manager_(nullptr) { in RasterDecoderTestBase()
200 copy_texture_manager_ = new gles2::MockCopyTextureResourceManager(); in InitDecoder()
201 decoder_->SetCopyTextureResourceManagerForTest(copy_texture_manager_); in InitDecoder()
243 EXPECT_CALL(*copy_texture_manager_, Destroy()) in ResetDecoder()
246 copy_texture_manager_ = nullptr; in ResetDecoder()
H A Draster_decoder_unittest_base.h239 gles2::MockCopyTextureResourceManager* copy_texture_manager_; // not owned variable
H A Dgles2_cmd_decoder_unittest_base.cc510 copy_texture_manager_ = new MockCopyTextureResourceManager(); in MaybeInitDecoderWithWorkarounds()
511 decoder_->SetCopyTextureResourceManagerForTest(copy_texture_manager_); in MaybeInitDecoderWithWorkarounds()
612 EXPECT_CALL(*copy_texture_manager_, Destroy()) in ResetDecoder()
615 copy_texture_manager_ = nullptr; in ResetDecoder()
H A Dgles2_cmd_decoder_unittest_base.h809 MockCopyTextureResourceManager* copy_texture_manager_; // not owned variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Draster_decoder_unittest_base.cc68 copy_texture_manager_(nullptr) { in RasterDecoderTestBase()
209 copy_texture_manager_ = new gles2::MockCopyTextureResourceManager(); in InitDecoder()
210 decoder_->SetCopyTextureResourceManagerForTest(copy_texture_manager_); in InitDecoder()
257 EXPECT_CALL(*copy_texture_manager_, Destroy()) in ResetDecoder()
260 copy_texture_manager_ = nullptr; in ResetDecoder()
H A Draster_decoder_unittest_base.h239 gles2::MockCopyTextureResourceManager* copy_texture_manager_; // not owned variable
H A Dgles2_cmd_decoder_unittest_base.cc510 copy_texture_manager_ = new MockCopyTextureResourceManager(); in MaybeInitDecoderWithWorkarounds()
511 decoder_->SetCopyTextureResourceManagerForTest(copy_texture_manager_); in MaybeInitDecoderWithWorkarounds()
613 EXPECT_CALL(*copy_texture_manager_, Destroy()) in ResetDecoder()
616 copy_texture_manager_ = nullptr; in ResetDecoder()
H A Dgles2_cmd_decoder_unittest_base.h809 MockCopyTextureResourceManager* copy_texture_manager_; // not owned variable