Searched refs:textureHelper (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 363 const TextureHelper11 *textureHelper = nullptr; in copyFromTexStorage() local 364 ANGLE_TRY(storage11->getResource(context, &textureHelper)); in copyFromTexStorage() 370 return copyWithoutConversion(context, gl::Offset(), sourceBox, *textureHelper, in copyFromTexStorage() 394 TextureHelper11 textureHelper = rt11->getTexture(); in copyFromFramebuffer() local 398 return copyWithoutConversion(context, destOffset, sourceBox, textureHelper, in copyFromFramebuffer() 457 const TextureHelper11 &textureHelper, in copyWithoutConversion() argument 467 const gl::Extents &extents = textureHelper.getExtents(); in copyWithoutConversion() 477 if (textureHelper.is2D() && textureHelper.getSampleCount() > 1) in copyWithoutConversion() 484 resolveDesc.Format = textureHelper.getFormat(); in copyWithoutConversion() 496 deviceContext->ResolveSubresource(resolveTex.get(), 0, textureHelper.get(), in copyWithoutConversion() [all …]
|
D | Renderer11.cpp | 3535 const TextureHelper11 &textureHelper = rt11->getTexture(); in readFromAttachment() local 3538 const gl::Extents &texSize = textureHelper.getExtents(); in readFromAttachment() 3576 const TextureHelper11 *srcTexture = &textureHelper; in readFromAttachment() 3578 if (textureHelper.is2D()) in readFromAttachment() 3581 if (d3d11::IsSupportedMultiplanarFormat(textureHelper.getFormat())) in readFromAttachment() 3588 planeDesc.Format = textureHelper.getFormatSet().srvFormat; in readFromAttachment() 3596 GLenum internalFormat = textureHelper.getFormatSet().internalFormat; in readFromAttachment() 3606 rtvDesc.Format = textureHelper.getFormatSet().rtvFormat; in readFromAttachment() 3615 srvDesc.Format = textureHelper.getFormatSet().srvFormat; in readFromAttachment() 3620 ANGLE_TRY(allocateResource(context11, srvDesc, textureHelper.get(), &srv)); in readFromAttachment() [all …]
|
D | Image11.h | 107 const TextureHelper11 &textureHelper,
|
D | Renderer11.h | 342 const TextureHelper11 &textureHelper,
|