Home
last modified time | relevance | path

Searched refs:getRenderToTextureSamples (Results 1 – 13 of 13) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DTextureStorage.h86 virtual GLsizei getRenderToTextureSamples() const;
113 inline GLsizei TextureStorage::getRenderToTextureSamples() const in getRenderToTextureSamples() function
DTextureD3D.cpp667 const GLsizei samples = getRenderToTextureSamples(); in setBaseLevel()
813 GLsizei TextureD3D::getRenderToTextureSamples() in getRenderToTextureSamples() function in rx::TextureD3D
817 return mTexStorage->getRenderToTextureSamples(); in getRenderToTextureSamples()
938 ANGLE_TRY(getRenderTarget(context, index, getRenderToTextureSamples(), &destRenderTarget)); in setImage()
979 ANGLE_TRY(getRenderTarget(context, index, getRenderToTextureSamples(), &renderTarget)); in setSubImage()
2469 ANGLE_TRY(getRenderTarget(context, index, getRenderToTextureSamples(), &destRenderTarget)); in setImage()
2507 ANGLE_TRY(getRenderTarget(context, index, getRenderToTextureSamples(), &destRenderTarget)); in setSubImage()
DTextureD3D.h115 GLsizei getRenderToTextureSamples();
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFramebufferAttachment.h121 GLsizei getRenderToTextureSamples() const { return mRenderToTextureSamples; } in getRenderToTextureSamples() function
251 return (mRenderToTextureSamples != kDefaultRenderToTextureSamples) ? getRenderToTextureSamples() in getSamples()
DFramebuffer.cpp212 if (!CheckAttachmentSampleCounts(context, attachment.getRenderToTextureSamples(), in CheckAttachmentSampleCompleteness()
221 *renderToTextureSamples = attachment.getRenderToTextureSamples(); in CheckAttachmentSampleCompleteness()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp307 context, drawBuffer.getRenderToTextureSamples(), &drawRenderTarget)); in blitImpl()
361 ANGLE_TRY(drawBuffer->getRenderTarget(context, drawBuffer->getRenderToTextureSamples(), in blitImpl()
DClear11.cpp475 ANGLE_TRY(attachment.getRenderTarget(context, attachment.getRenderToTextureSamples(), in clearFramebuffer()
572 context, depthStencilAttachment->getRenderToTextureSamples(), in clearFramebuffer()
DRenderer11.cpp2455 ANGLE_TRY(storage11->getRenderTarget(context, index, storage11->getRenderToTextureSamples(), in copyImage2D()
2481 ANGLE_TRY(storage11->getRenderTarget(context, index, storage11->getRenderToTextureSamples(), in copyImageCube()
2506 ANGLE_TRY(storage11->getRenderTarget(context, index, storage11->getRenderToTextureSamples(), in copyImage3D()
2531 ANGLE_TRY(storage11->getRenderTarget(context, index, storage11->getRenderToTextureSamples(), in copyImage2DArray()
2657 context, destIndex, destStorage11->getRenderToTextureSamples(), &destRenderTargetD3D)); in copyTexture()
DContext11.cpp734 GLsizei texSamples = textureD3D->getRenderToTextureSamples(); in initializeMultisampleTextureToBlack()
DTextureStorage11.h143 GLsizei getRenderToTextureSamples() const override;
DTextureStorage11.cpp897 GLsizei TextureStorage11::getRenderToTextureSamples() const in getRenderToTextureSamples() function in rx::TextureStorage11
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DRenderTargetCache.h165 ANGLE_TRY(attachment->getRenderTarget(context, attachment->getRenderToTextureSamples(), in updateCachedRenderTarget()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm389 ANGLE_TRY(attachment->getRenderTarget(context, attachment->getRenderToTextureSamples(),