Home
last modified time | relevance | path

Searched refs:texture11 (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp28 ID3D11Texture2D *texture11, in GetD3D11TextureInfo() argument
36 texture11->GetDesc(&textureDesc); in GetD3D11TextureInfo()
52 SafeRelease(texture11); in GetD3D11TextureInfo()
59 texture11->GetDevice(&d3d11Device); in GetD3D11TextureInfo()
62 SafeRelease(texture11); in GetD3D11TextureInfo()
91 *object = texture11; in GetD3D11TextureInfo()
95 SafeRelease(texture11); in GetD3D11TextureInfo()
191 ID3D11Texture2D *texture11 = nullptr; in GetD3DTextureInfo() local
193 if (SUCCEEDED(buffer->QueryInterface<ID3D11Texture2D>(&texture11))) in GetD3DTextureInfo()
195 return GetD3D11TextureInfo(buftype, texture11, width, height, angleFormat, object, in GetD3DTextureInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp28 ID3D11Texture2D *texture11, in GetD3D11TextureInfo() argument
36 texture11->GetDesc(&textureDesc); in GetD3D11TextureInfo()
52 SafeRelease(texture11); in GetD3D11TextureInfo()
59 texture11->GetDevice(&d3d11Device); in GetD3D11TextureInfo()
62 SafeRelease(texture11); in GetD3D11TextureInfo()
91 *object = texture11; in GetD3D11TextureInfo()
95 SafeRelease(texture11); in GetD3D11TextureInfo()
191 ID3D11Texture2D *texture11 = nullptr; in GetD3DTextureInfo() local
193 if (SUCCEEDED(buffer->QueryInterface<ID3D11Texture2D>(&texture11))) in GetD3DTextureInfo()
195 return GetD3D11TextureInfo(buftype, texture11, width, height, angleFormat, object, in GetD3DTextureInfo()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp33 ID3D11Texture2D *texture11 = nullptr; in GetD3DTextureInfo() local
34 if (SUCCEEDED(buffer->QueryInterface<ID3D11Texture2D>(&texture11))) in GetD3DTextureInfo()
37 texture11->GetDesc(&textureDesc); in GetD3DTextureInfo()
51 SafeRelease(texture11); in GetD3DTextureInfo()
57 texture11->GetDevice(&d3d11Device); in GetD3DTextureInfo()
60 SafeRelease(texture11); in GetD3DTextureInfo()
85 *object = texture11; in GetD3DTextureInfo()
89 SafeRelease(texture11); in GetD3DTextureInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/d3d11/
H A DTextureD3D11.cpp497 RefPtr<ID3D11Texture2D> texture11; in Create() local
503 getter_AddRefs(texture11)); in Create()
505 if (FAILED(hr) || !texture11) { in Create()
507 << "texture11: " << texture11 in Create()
520 ctx->UpdateSubresource(texture11, 0, &box, sourceMap.mData, in Create()
534 if (!LockD3DTexture(texture11.get())) { in Create()
537 UnlockD3DTexture(texture11.get()); in Create()
539 texture11->SetPrivateDataInterface( in Create()
542 return new D3D11TextureData(texture11, aSize, aFormat, aFlags); in Create()
/dports/www/firefox/firefox-99.0/gfx/layers/d3d11/
H A DTextureD3D11.cpp519 RefPtr<ID3D11Texture2D> texture11; in Create() local
526 getter_AddRefs(texture11)); in Create()
528 if (FAILED(hr) || !texture11) { in Create()
530 << "texture11: " << texture11 in Create()
543 ctx->UpdateSubresource(texture11, 0, &box, sourceMap.mData, in Create()
557 if (!LockD3DTexture(texture11.get(), SerializeWithMoz2D::Yes)) { in Create()
560 UnlockD3DTexture(texture11.get(), SerializeWithMoz2D::Yes); in Create()
562 texture11->SetPrivateDataInterface( in Create()
565 return new D3D11TextureData(texture11, 0, aSize, aFormat, aFlags); in Create()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/d3d11/
H A DTextureD3D11.cpp486 RefPtr<ID3D11Texture2D> texture11; in Create() local
492 getter_AddRefs(texture11)); in Create()
494 if (FAILED(hr) || !texture11) { in Create()
496 << "texture11: " << texture11 in Create()
509 ctx->UpdateSubresource(texture11, 0, &box, sourceMap.mData, in Create()
523 if (!LockD3DTexture(texture11.get())) { in Create()
526 UnlockD3DTexture(texture11.get()); in Create()
528 texture11->SetPrivateDataInterface( in Create()
531 return new D3D11TextureData(texture11, aSize, aFormat, in Create()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d11/
H A DTextureD3D11.cpp434 RefPtr<ID3D11Texture2D> texture11; in Create() local
435 HRESULT hr = device->CreateTexture2D(&newDesc, uploadDataPtr, getter_AddRefs(texture11)); in Create()
450 if (!LockD3DTexture(texture11.get())) { in Create()
453 UnlockD3DTexture(texture11.get()); in Create()
455 texture11->SetPrivateDataInterface(sD3D11TextureUsage, in Create()
457 return new D3D11TextureData(texture11, aSize, aFormat, in Create()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/d3d11/
H A DTextureD3D11.cpp512 RefPtr<ID3D11Texture2D> texture11; in Create() local
519 getter_AddRefs(texture11)); in Create()
521 if (FAILED(hr) || !texture11) { in Create()
523 << "texture11: " << texture11 in Create()
536 ctx->UpdateSubresource(texture11, 0, &box, sourceMap.mData, in Create()
550 if (!LockD3DTexture(texture11.get(), SerializeWithMoz2D::Yes)) { in Create()
553 UnlockD3DTexture(texture11.get(), SerializeWithMoz2D::Yes); in Create()
555 texture11->SetPrivateDataInterface( in Create()
558 return new D3D11TextureData(texture11, aSize, aFormat, aFlags); in Create()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/d3d11/
H A DTextureD3D11.cpp512 RefPtr<ID3D11Texture2D> texture11; in Create() local
519 getter_AddRefs(texture11)); in Create()
521 if (FAILED(hr) || !texture11) { in Create()
523 << "texture11: " << texture11 in Create()
536 ctx->UpdateSubresource(texture11, 0, &box, sourceMap.mData, in Create()
550 if (!LockD3DTexture(texture11.get(), SerializeWithMoz2D::Yes)) { in Create()
553 UnlockD3DTexture(texture11.get(), SerializeWithMoz2D::Yes); in Create()
555 texture11->SetPrivateDataInterface( in Create()
558 return new D3D11TextureData(texture11, aSize, aFormat, aFlags); in Create()