Home
last modified time | relevance | path

Searched refs:BorrowMappedData (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DSharedRGBImage.cpp88 if (mTextureClient && mTextureClient->BorrowMappedData(mapped)) {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DSharedRGBImage.cpp72 if (mTextureClient && mTextureClient->BorrowMappedData(mapped)) { in GetBuffer()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DBufferTexture.h54 virtual bool BorrowMappedData(MappedTextureData& aMap) override;
H A DAsyncCanvasRenderer.cpp176 if (!aTextureClient->BorrowMappedData(mapped)) { in CopyFromTextureClient()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DBufferTexture.h53 virtual bool BorrowMappedData(MappedTextureData& aMap) override;
H A DAsyncCanvasRenderer.cpp147 if (!aTextureClient->BorrowMappedData(mapped)) { in CopyFromTextureClient()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DBufferTexture.h52 bool BorrowMappedData(MappedTextureData& aMap) override;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DBufferTexture.h50 bool BorrowMappedData(MappedTextureData& aMap) override;
H A DAsyncCanvasRenderer.cpp184 if (!aTextureClient->BorrowMappedData(mapped)) { in CopyFromTextureClient()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DBufferTexture.h48 bool BorrowMappedData(MappedTextureData& aMap) override;
H A DBufferTexture.cpp253 bool BufferTextureData::BorrowMappedData(MappedTextureData& aData) { in BorrowMappedData() function in mozilla::layers::BufferTextureData
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DBufferTexture.h52 bool BorrowMappedData(MappedTextureData& aMap) override;
/dports/www/firefox/firefox-99.0/gfx/layers/client/
H A DTextureClient.h253 virtual bool BorrowMappedData(MappedTextureData&) { return false; } in BorrowMappedData() function
449 bool BorrowMappedData(MappedTextureData&);
H A DTextureClient.cpp828 bool TextureClient::BorrowMappedData(MappedTextureData& aMap) { in BorrowMappedData() function in mozilla::layers::TextureClient
838 return mData ? mData->BorrowMappedData(aMap) : false; in BorrowMappedData()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/client/
H A DTextureClient.h260 virtual bool BorrowMappedData(MappedTextureData&) { return false; } in BorrowMappedData() function
442 bool BorrowMappedData(MappedTextureData&);
H A DCanvasClient.cpp304 texClient->BorrowMappedData(mapped); in TexClientFromReadback()
H A DTextureClient.cpp684 bool TextureClient::BorrowMappedData(MappedTextureData& aMap) { in BorrowMappedData() function in mozilla::layers::TextureClient
694 return mData ? mData->BorrowMappedData(aMap) : false; in BorrowMappedData()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/client/
H A DTextureClient.h270 virtual bool BorrowMappedData(MappedTextureData&) { return false; } in BorrowMappedData() function
458 bool BorrowMappedData(MappedTextureData&);
H A DCanvasClient.cpp323 texClient->BorrowMappedData(mapped); in TexClientFromReadback()
H A DTextureClient.cpp681 TextureClient::BorrowMappedData(MappedTextureData& aMap) in BorrowMappedData() function in mozilla::layers::TextureClient
692 return mData ? mData->BorrowMappedData(aMap) : false; in BorrowMappedData()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/client/
H A DTextureClient.h273 virtual bool BorrowMappedData(MappedTextureData&) { return false; } in BorrowMappedData() function
453 bool BorrowMappedData(MappedTextureData&);
H A DCanvasClient.cpp323 texClient->BorrowMappedData(mapped); in TexClientFromReadback()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/client/
H A DTextureClient.h276 virtual bool BorrowMappedData(MappedTextureData&) { return false; } in BorrowMappedData() function
475 bool BorrowMappedData(MappedTextureData&);
H A DTextureClient.cpp858 bool TextureClient::BorrowMappedData(MappedTextureData& aMap) { in BorrowMappedData() function in mozilla::layers::TextureClient
868 return mData ? mData->BorrowMappedData(aMap) : false; in BorrowMappedData()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/client/
H A DTextureClient.h276 virtual bool BorrowMappedData(MappedTextureData&) { return false; } in BorrowMappedData() function
475 bool BorrowMappedData(MappedTextureData&);

12