Home
last modified time | relevance | path

Searched refs:destTexture (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DWebGLReadOutsideFramebufferTest.cpp151 GLTexture destTexture; in TestCopyTexSubImage2D() local
152 pixelsOut->toTexture2D(GL_TEXTURE_2D, destTexture.get()); in TestCopyTexSubImage2D()
163 GLTexture destTexture; in TestCopyTexSubImageCube() local
164 pixelsOut->toTexture2D(GL_TEXTURE_CUBE_MAP, destTexture.get()); in TestCopyTexSubImageCube()
176 GLTexture destTexture; in TestCopyTexSubImage3D() local
177 pixelsOut->toTexture3D(destTexture.get(), kTextureDepth); in TestCopyTexSubImage3D()
181 readTexture3D(destTexture, kReadWidth, kReadHeight, z, pixelsOut); in TestCopyTexSubImage3D()
188 GLTexture destTexture; in TestCopyTexImage2D() local
189 pixelsOut->toTexture2D(GL_TEXTURE_2D, destTexture.get()); in TestCopyTexImage2D()
200 GLTexture destTexture; in TestCopyTexImageCube() local
[all …]
H A DCopyTexture3DTest.cpp89 glBindTexture(testTarget, destTexture.get()); in testCopy()
288 GLTexture destTexture; member in angle::CopyTexture3DTest
346 glBindTexture(GL_TEXTURE_3D, destTexture.get()); in TEST_P()
354 glBindTexture(GL_TEXTURE_3D, destTexture.get()); in TEST_P()
382 glBindTexture(GL_TEXTURE_3D, destTexture.get()); in TEST_P()
392 glBindTexture(GL_TEXTURE_3D, destTexture.get()); in TEST_P()
435 glBindTexture(GL_TEXTURE_3D, destTexture.get()); in TEST_P()
449 glBindTexture(GL_TEXTURE_3D, destTexture.get()); in TEST_P()
505 glBindTexture(GL_TEXTURE_3D, destTexture.get()); in TEST_P()
520 glBindTexture(GL_TEXTURE_3D, destTexture.get()); in TEST_P()
[all …]
H A DCopyTextureTest.cpp80 GLTexture destTexture; in testGradientDownsampleUniqueValues() local
81 glBindTexture(GL_TEXTURE_2D, destTexture); in testGradientDownsampleUniqueValues()
1851 GLTexture destTexture; in TEST_P() local
1871 GLTexture destTexture; in TEST_P() local
1988 GLTexture destTexture; in TEST_P() local
2118 GLTexture destTexture; in TEST_P() local
2217 GLTexture destTexture; in TEST_P() local
2224 testOutput(destTexture, kFloatRed); in TEST_P()
2229 testOutput(destTexture, kFloatGreen); in TEST_P()
2234 testOutput(destTexture, kFloatBlue); in TEST_P()
[all …]
H A DRobustResourceInitTest.cpp1637 GLTexture destTexture; in TEST_P() local
1638 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
1663 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
1744 GLTexture destTexture; in TEST_P() local
1758 glBindTexture(GL_TEXTURE_3D, destTexture); in TEST_P()
1766 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, destTexture, 0, 0); in TEST_P()
1786 glBindTexture(GL_TEXTURE_3D, destTexture); in TEST_P()
1794 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, destTexture, 0, 0); in TEST_P()
2107 GLTexture destTexture; in TEST_P() local
2108 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
[all …]
H A DTextureTest.cpp3844 GLTexture destTexture; in TEST_P() local
3847 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
3866 glCopyImageSubDataEXT(srcTexture, GL_TEXTURE_2D, 0, 2, 2, 0, destTexture, GL_TEXTURE_2D, 0, 2, in TEST_P()
3869 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
3893 GLTexture destTexture; in TEST_P() local
3896 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
3923 glCopyImageSubDataEXT(srcTexture, GL_TEXTURE_2D, 1, 2, 2, 0, destTexture, GL_TEXTURE_2D, 1, 2, in TEST_P()
3926 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
3948 GLTexture destTexture; in TEST_P() local
3951 glBindTexture(GL_TEXTURE_2D, destTexture); in TEST_P()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvtt/
H A DCompressDXT.cpp580 ATI_TC_Texture destTexture; in atiCompressDXT1() local
581 destTexture.dwSize = sizeof(destTexture); in atiCompressDXT1()
582 destTexture.dwWidth = image->width(); in atiCompressDXT1()
583 destTexture.dwHeight = image->height(); in atiCompressDXT1()
584 destTexture.dwPitch = 0; in atiCompressDXT1()
585 destTexture.format = ATI_TC_FORMAT_DXT1; in atiCompressDXT1()
586 destTexture.dwDataSize = ATI_TC_CalculateBufferSize(&destTexture); in atiCompressDXT1()
587 destTexture.pData = (ATI_TC_BYTE*) mem::malloc(destTexture.dwDataSize); in atiCompressDXT1()
590 ATI_TC_ConvertTexture(&srcTexture, &destTexture, NULL, NULL, NULL, NULL); in atiCompressDXT1()
593 outputOptions.outputHandler->writeData(destTexture.pData, destTexture.dwDataSize); in atiCompressDXT1()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvtt/
H A DCompressDXT.cpp580 ATI_TC_Texture destTexture; in atiCompressDXT1() local
581 destTexture.dwSize = sizeof(destTexture); in atiCompressDXT1()
582 destTexture.dwWidth = image->width(); in atiCompressDXT1()
583 destTexture.dwHeight = image->height(); in atiCompressDXT1()
584 destTexture.dwPitch = 0; in atiCompressDXT1()
585 destTexture.format = ATI_TC_FORMAT_DXT1; in atiCompressDXT1()
586 destTexture.dwDataSize = ATI_TC_CalculateBufferSize(&destTexture); in atiCompressDXT1()
587 destTexture.pData = (ATI_TC_BYTE*) mem::malloc(destTexture.dwDataSize); in atiCompressDXT1()
590 ATI_TC_ConvertTexture(&srcTexture, &destTexture, NULL, NULL, NULL, NULL); in atiCompressDXT1()
593 outputOptions.outputHandler->writeData(destTexture.pData, destTexture.dwDataSize); in atiCompressDXT1()
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvtt/
H A DCompressDXT.cpp580 ATI_TC_Texture destTexture; in atiCompressDXT1() local
581 destTexture.dwSize = sizeof(destTexture); in atiCompressDXT1()
582 destTexture.dwWidth = image->width(); in atiCompressDXT1()
583 destTexture.dwHeight = image->height(); in atiCompressDXT1()
584 destTexture.dwPitch = 0; in atiCompressDXT1()
585 destTexture.format = ATI_TC_FORMAT_DXT1; in atiCompressDXT1()
586 destTexture.dwDataSize = ATI_TC_CalculateBufferSize(&destTexture); in atiCompressDXT1()
587 destTexture.pData = (ATI_TC_BYTE*) mem::malloc(destTexture.dwDataSize); in atiCompressDXT1()
590 ATI_TC_ConvertTexture(&srcTexture, &destTexture, NULL, NULL, NULL, NULL); in atiCompressDXT1()
593 outputOptions.outputHandler->writeData(destTexture.pData, destTexture.dwDataSize); in atiCompressDXT1()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/vigra_ext/
H A DImageTransformsGPU.cpp903 GLuint destTexture; in transformImageGPUIntern() local
908 glGenTextures(1, &destTexture); in transformImageGPUIntern()
909 glBindTexture(GL_TEXTURE_RECTANGLE_ARB, destTexture); in transformImageGPUIntern()
917 …xture2DEXT(GL_FRAMEBUFFER_EXT, GL_COLOR_ATTACHMENT0_EXT, GL_TEXTURE_RECTANGLE_ARB, destTexture, 0); in transformImageGPUIntern()
1400 glDeleteTextures(1, &destTexture); in transformImageGPUIntern()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DFactory.cpp1099 RefPtr<gfx::DataSourceSurface> destTexture = in CreateBGRA8DataSourceSurfaceForD3D11Texture() local
1102 if (NS_WARN_IF(!destTexture)) { in CreateBGRA8DataSourceSurfaceForD3D11Texture()
1105 if (!ReadbackTexture(destTexture, aSrcTexture)) { in CreateBGRA8DataSourceSurfaceForD3D11Texture()
1108 return destTexture.forget(); in CreateBGRA8DataSourceSurfaceForD3D11Texture()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderWindow.cpp1204 ID3D11Texture2D* destTexture = NULL; in swapBuffers() local
1205 hr = dxgiSurface->QueryInterface(__uuidof(ID3D11Texture2D), (void**)&destTexture); in swapBuffers()
1214 …mDevice.GetImmediateContext()->CopySubresourceRegion1(destTexture, 0, offset.x, offset.y, 0, mpBac… in swapBuffers()
1218 SAFE_RELEASE(destTexture); in swapBuffers()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DFactory.cpp1211 RefPtr<gfx::DataSourceSurface> destTexture = in CreateBGRA8DataSourceSurfaceForD3D11Texture() local
1214 if (NS_WARN_IF(!destTexture)) { in CreateBGRA8DataSourceSurfaceForD3D11Texture()
1217 if (!ReadbackTexture(destTexture, aSrcTexture)) { in CreateBGRA8DataSourceSurfaceForD3D11Texture()
1220 return destTexture.forget(); in CreateBGRA8DataSourceSurfaceForD3D11Texture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DFactory.cpp1200 RefPtr<gfx::DataSourceSurface> destTexture = in CreateBGRA8DataSourceSurfaceForD3D11Texture() local
1203 if (NS_WARN_IF(!destTexture)) { in CreateBGRA8DataSourceSurfaceForD3D11Texture()
1206 if (!ReadbackTexture(destTexture, aSrcTexture)) { in CreateBGRA8DataSourceSurfaceForD3D11Texture()
1209 return destTexture.forget(); in CreateBGRA8DataSourceSurfaceForD3D11Texture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DFactory.cpp1211 RefPtr<gfx::DataSourceSurface> destTexture = in CreateBGRA8DataSourceSurfaceForD3D11Texture() local
1214 if (NS_WARN_IF(!destTexture)) { in CreateBGRA8DataSourceSurfaceForD3D11Texture()
1217 if (!ReadbackTexture(destTexture, aSrcTexture)) { in CreateBGRA8DataSourceSurfaceForD3D11Texture()
1220 return destTexture.forget(); in CreateBGRA8DataSourceSurfaceForD3D11Texture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DBlitGL.h86 const GLuint destTexture,
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderWindow.cpp1739 ComPtr<ID3D11Texture2D> destTexture; in swapBuffers() local
1740 hr = dxgiSurface.As(&destTexture); in swapBuffers()
1752 …mDevice.GetImmediateContext()->CopySubresourceRegion1(destTexture.Get(), 0, offset.x, offset.y, 0,… in swapBuffers()
1755 …mDevice.GetImmediateContext()->CopySubresourceRegion1(destTexture.Get(), 0, offset.x, offset.y, 0,… in swapBuffers()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DContext.cpp2971 gl::Texture *destTexture = getTexture(destId); in copyTextureCHROMIUM() local
2972 handleError(destTexture->copyTexture(internalFormat, destType, unpackFlipY == GL_TRUE, in copyTextureCHROMIUM()
2998 gl::Texture *destTexture = getTexture(destId); in copySubTextureCHROMIUM() local
3001 handleError(destTexture->copySubTexture(offset, area, unpackFlipY == GL_TRUE, in copySubTextureCHROMIUM()
3011 gl::Texture *destTexture = getTexture(destId); in compressedCopyTextureCHROMIUM() local
3012 handleError(destTexture->copyCompressedTexture(sourceTexture)); in compressedCopyTextureCHROMIUM()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp872 IDirect3DTexture9* destTexture = (IDirect3DTexture9*)texture->GetGPUObject(); in ResolveToTexture() local
874 HRESULT hr = destTexture->GetSurfaceLevel(0, &destSurface); in ResolveToTexture()
917 IDirect3DCubeTexture9* destTexture = (IDirect3DCubeTexture9*)texture->GetGPUObject(); in ResolveToTexture() local
919 HRESULT hr = destTexture->GetCubeMapSurface((D3DCUBEMAP_FACES)i, 0, &destSurface); in ResolveToTexture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DContext.cpp4324 gl::Texture *destTexture = getTexture(destId); in copyTexture() local
4326 destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, sourceLevel, in copyTexture()
4355 gl::Texture *destTexture = getTexture(destId); in copySubTexture() local
4358 ANGLE_CONTEXT_TRY(destTexture->copySubTexture( in copySubTexture()
4378 Texture *destTexture = getTexture(destId); in copyTexture3D() local
4380 destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, sourceLevel, in copyTexture3D()
4412 Texture *destTexture = getTexture(destId); in copySubTexture3D() local
4415 ANGLE_CONTEXT_TRY(destTexture->copySubTexture( in copySubTexture3D()
4426 gl::Texture *destTexture = getTexture(destId); in compressedCopyTexture() local
4427 ANGLE_CONTEXT_TRY(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DContext.cpp4766 gl::Texture *destTexture = getTexture(destId); in copyTexture() local
4768 destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, sourceLevel, in copyTexture()
4797 gl::Texture *destTexture = getTexture(destId); in copySubTexture() local
4800 ANGLE_CONTEXT_TRY(destTexture->copySubTexture( in copySubTexture()
4820 Texture *destTexture = getTexture(destId); in copyTexture3D() local
4822 destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, sourceLevel, in copyTexture3D()
4854 Texture *destTexture = getTexture(destId); in copySubTexture3D() local
4857 ANGLE_CONTEXT_TRY(destTexture->copySubTexture( in copySubTexture3D()
4868 gl::Texture *destTexture = getTexture(destId); in compressedCopyTexture() local
4869 ANGLE_CONTEXT_TRY(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTexture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DContext.cpp4766 gl::Texture *destTexture = getTexture(destId); in copyTexture() local
4768 destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, sourceLevel, in copyTexture()
4797 gl::Texture *destTexture = getTexture(destId); in copySubTexture() local
4800 ANGLE_CONTEXT_TRY(destTexture->copySubTexture( in copySubTexture()
4820 Texture *destTexture = getTexture(destId); in copyTexture3D() local
4822 destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, sourceLevel, in copyTexture3D()
4854 Texture *destTexture = getTexture(destId); in copySubTexture3D() local
4857 ANGLE_CONTEXT_TRY(destTexture->copySubTexture( in copySubTexture3D()
4868 gl::Texture *destTexture = getTexture(destId); in compressedCopyTexture() local
4869 ANGLE_CONTEXT_TRY(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTexture()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.cpp3351 gl::Texture *destTexture = getTexture(destId); in copyTextureCHROMIUM() local
3352 handleError(destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, in copyTextureCHROMIUM()
3382 gl::Texture *destTexture = getTexture(destId); in copySubTextureCHROMIUM() local
3385 handleError(destTexture->copySubTexture(this, destTarget, destLevel, offset, sourceLevel, area, in copySubTextureCHROMIUM()
3396 gl::Texture *destTexture = getTexture(destId); in compressedCopyTextureCHROMIUM() local
3397 handleError(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTextureCHROMIUM()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.cpp3351 gl::Texture *destTexture = getTexture(destId); in copyTextureCHROMIUM() local
3352 handleError(destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, in copyTextureCHROMIUM()
3382 gl::Texture *destTexture = getTexture(destId); in copySubTextureCHROMIUM() local
3385 handleError(destTexture->copySubTexture(this, destTarget, destLevel, offset, sourceLevel, area, in copySubTextureCHROMIUM()
3396 gl::Texture *destTexture = getTexture(destId); in compressedCopyTextureCHROMIUM() local
3397 handleError(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTextureCHROMIUM()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.cpp3351 gl::Texture *destTexture = getTexture(destId); in copyTextureCHROMIUM() local
3352 handleError(destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, in copyTextureCHROMIUM()
3382 gl::Texture *destTexture = getTexture(destId); in copySubTextureCHROMIUM() local
3385 handleError(destTexture->copySubTexture(this, destTarget, destLevel, offset, sourceLevel, area, in copySubTextureCHROMIUM()
3396 gl::Texture *destTexture = getTexture(destId); in compressedCopyTextureCHROMIUM() local
3397 handleError(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTextureCHROMIUM()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.cpp3351 gl::Texture *destTexture = getTexture(destId); in copyTextureCHROMIUM() local
3352 handleError(destTexture->copyTexture(this, destTarget, destLevel, internalFormat, destType, in copyTextureCHROMIUM()
3382 gl::Texture *destTexture = getTexture(destId); in copySubTextureCHROMIUM() local
3385 handleError(destTexture->copySubTexture(this, destTarget, destLevel, offset, sourceLevel, area, in copySubTextureCHROMIUM()
3396 gl::Texture *destTexture = getTexture(destId); in compressedCopyTextureCHROMIUM() local
3397 handleError(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTextureCHROMIUM()

12