Searched refs:supportsFastCopyBufferToTexture (Results 1 – 7 of 7) sorted by relevance
170 ASSERT(mRenderer->supportsFastCopyBufferToTexture(destinationFormat)); in copyBufferToTexture()
332 bool supportsFastCopyBufferToTexture(GLenum internalFormat) const override;
3201 bool Renderer11::supportsFastCopyBufferToTexture(GLenum internalFormat) const in supportsFastCopyBufferToTexture() function in rx::Renderer113257 ASSERT(supportsFastCopyBufferToTexture(destinationFormat)); in fastCopyBufferToTexture()
383 virtual bool supportsFastCopyBufferToTexture(GLenum internalFormat) const = 0;
374 mRenderer->supportsFastCopyBufferToTexture(sizedInternalFormat); in isFastUnpackable()399 ASSERT(mRenderer->supportsFastCopyBufferToTexture(sizedInternalFormat)); in fastUnpackPixels()
346 bool supportsFastCopyBufferToTexture(GLenum internalFormat) const override;
959 bool Renderer9::supportsFastCopyBufferToTexture(GLenum internalFormat) const in supportsFastCopyBufferToTexture() function in rx::Renderer9