Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Daccelerated_static_bitmap_image_test.cc93 MockGLES2InterfaceWithSyncTokenSupport destination_gl; in TEST_F() local
96 testing::Mock::VerifyAndClearExpectations(&destination_gl); in TEST_F()
102 EXPECT_CALL(destination_gl, WaitSyncTokenCHROMIUM(Pointee(SyncTokenMatcher( in TEST_F()
108 EXPECT_CALL(destination_gl, GenUnverifiedSyncTokenCHROMIUM(_)) in TEST_F()
116 &destination_gl, GL_TEXTURE_2D, 1 /*dest_texture_id*/, in TEST_F()
121 testing::Mock::VerifyAndClearExpectations(&destination_gl); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Daccelerated_static_bitmap_image_test.cc93 MockGLES2InterfaceWithSyncTokenSupport destination_gl; in TEST_F() local
96 testing::Mock::VerifyAndClearExpectations(&destination_gl); in TEST_F()
102 EXPECT_CALL(destination_gl, WaitSyncTokenCHROMIUM(Pointee(SyncTokenMatcher( in TEST_F()
108 EXPECT_CALL(destination_gl, GenUnverifiedSyncTokenCHROMIUM(_)) in TEST_F()
116 &destination_gl, GL_TEXTURE_2D, 1 /*dest_texture_id*/, in TEST_F()
121 testing::Mock::VerifyAndClearExpectations(&destination_gl); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/
H A Dpaint_canvas_video_renderer.cc1285 gpu::gles2::GLES2Interface* destination_gl, in CopyVideoFrameTexturesToGLTexture() argument
1377 gpu::gles2::GLES2Interface* destination_gl, in UploadVideoFrameToGLTexture() argument
1410 destination_gl->BindTexture(target, texture); in UploadVideoFrameToGLTexture()
1411 destination_gl->TexImage2D( in UploadVideoFrameToGLTexture()
1420 destination_gl->GenUnverifiedSyncTokenCHROMIUM( in UploadVideoFrameToGLTexture()
1435 destination_gl->WaitSyncTokenCHROMIUM( in UploadVideoFrameToGLTexture()
1446 gpu::gles2::GLES2Interface* destination_gl, in PrepareVideoFrameForWebGL() argument
1469 destination_gl->BindTexture(target, texture); in PrepareVideoFrameForWebGL()
1470 destination_gl->TexImage2D(target, 0, GL_RGBA, in PrepareVideoFrameForWebGL()
1495 destination_gl->WaitSyncTokenCHROMIUM( in PrepareVideoFrameForWebGL()
[all …]
H A Dpaint_canvas_video_renderer.h111 gpu::gles2::GLES2Interface* destination_gl,
138 gpu::gles2::GLES2Interface* destination_gl,
263 gpu::gles2::GLES2Interface* destination_gl,
H A Dpaint_canvas_video_renderer_unittest.cc1167 DCHECK(destination_gl); in CopyVideoFrameTexturesAndCheckPixels()
1170 destination_gl->GenTextures(1, &texture); in CopyVideoFrameTexturesAndCheckPixels()
1182 destination_gl->DeleteTextures(1, &texture); in CopyVideoFrameTexturesAndCheckPixels()
1318 DCHECK(destination_gl); in TEST_F()
1321 destination_gl->GenTextures(1, &texture); in TEST_F()
1322 destination_gl->BindTexture(target, texture); in TEST_F()
1344 destination_gl->DeleteTextures(1, &texture); in TEST_F()
1350 DCHECK(destination_gl); in TEST_F()
1353 destination_gl->GenTextures(1, &texture); in TEST_F()
1354 destination_gl->BindTexture(target, texture); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/
H A Dpaint_canvas_video_renderer_unittest.cc1160 DCHECK(destination_gl); in CopyVideoFrameTexturesAndCheckPixels()
1163 destination_gl->GenTextures(1, &texture); in CopyVideoFrameTexturesAndCheckPixels()
1175 destination_gl->DeleteTextures(1, &texture); in CopyVideoFrameTexturesAndCheckPixels()
1311 DCHECK(destination_gl); in TEST_F()
1314 destination_gl->GenTextures(1, &texture); in TEST_F()
1315 destination_gl->BindTexture(target, texture); in TEST_F()
1337 destination_gl->DeleteTextures(1, &texture); in TEST_F()
1343 DCHECK(destination_gl); in TEST_F()
1346 destination_gl->GenTextures(1, &texture); in TEST_F()
1347 destination_gl->BindTexture(target, texture); in TEST_F()
[all …]
H A Dpaint_canvas_video_renderer.cc1426 gpu::gles2::GLES2Interface* destination_gl, in CopyVideoFrameTexturesToGLTexture() argument
1496 SyncTokenClientImpl client(destination_gl); in CopyVideoFrameTexturesToGLTexture()
1506 gpu::gles2::GLES2Interface* destination_gl, in PrepareVideoFrameForWebGL() argument
1529 destination_gl->BindTexture(target, texture); in PrepareVideoFrameForWebGL()
1530 destination_gl->TexImage2D(target, 0, GL_RGBA, in PrepareVideoFrameForWebGL()
1539 destination_gl->ProduceTextureDirectCHROMIUM(texture, in PrepareVideoFrameForWebGL()
1542 destination_gl->GenUnverifiedSyncTokenCHROMIUM( in PrepareVideoFrameForWebGL()
1560 destination_gl->WaitSyncTokenCHROMIUM( in PrepareVideoFrameForWebGL()
1572 gpu::gles2::GLES2Interface* destination_gl, in CopyVideoFrameYUVDataToGLTexture() argument
1701 destination_gl->DeleteTextures(1, &intermediate_texture); in CopyVideoFrameYUVDataToGLTexture()
[all …]
H A Dpaint_canvas_video_renderer.h101 gpu::gles2::GLES2Interface* destination_gl,
128 gpu::gles2::GLES2Interface* destination_gl,