Home
last modified time | relevance | path

Searched refs:supportsFastCopyBufferToTexture (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp170 ASSERT(mRenderer->supportsFastCopyBufferToTexture(destinationFormat)); in copyBufferToTexture()
H A DRenderer11.h332 bool supportsFastCopyBufferToTexture(GLenum internalFormat) const override;
H A DRenderer11.cpp3201 bool Renderer11::supportsFastCopyBufferToTexture(GLenum internalFormat) const in supportsFastCopyBufferToTexture() function in rx::Renderer11
3257 ASSERT(supportsFastCopyBufferToTexture(destinationFormat)); in fastCopyBufferToTexture()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DRendererD3D.h383 virtual bool supportsFastCopyBufferToTexture(GLenum internalFormat) const = 0;
H A DTextureD3D.cpp374 mRenderer->supportsFastCopyBufferToTexture(sizedInternalFormat); in isFastUnpackable()
399 ASSERT(mRenderer->supportsFastCopyBufferToTexture(sizedInternalFormat)); in fastUnpackPixels()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.h346 bool supportsFastCopyBufferToTexture(GLenum internalFormat) const override;
H A DRenderer9.cpp959 bool Renderer9::supportsFastCopyBufferToTexture(GLenum internalFormat) const in supportsFastCopyBufferToTexture() function in rx::Renderer9