Searched refs:getRenderToTextureSamples (Results 1 – 13 of 13) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
| D | TextureStorage.h | 86 virtual GLsizei getRenderToTextureSamples() const; 113 inline GLsizei TextureStorage::getRenderToTextureSamples() const in getRenderToTextureSamples() function
|
| D | TextureD3D.cpp | 667 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()
|
| D | TextureD3D.h | 115 GLsizei getRenderToTextureSamples();
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | FramebufferAttachment.h | 121 GLsizei getRenderToTextureSamples() const { return mRenderToTextureSamples; } in getRenderToTextureSamples() function 251 return (mRenderToTextureSamples != kDefaultRenderToTextureSamples) ? getRenderToTextureSamples() in getSamples()
|
| D | Framebuffer.cpp | 212 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/ |
| D | Framebuffer11.cpp | 307 context, drawBuffer.getRenderToTextureSamples(), &drawRenderTarget)); in blitImpl() 361 ANGLE_TRY(drawBuffer->getRenderTarget(context, drawBuffer->getRenderToTextureSamples(), in blitImpl()
|
| D | Clear11.cpp | 475 ANGLE_TRY(attachment.getRenderTarget(context, attachment.getRenderToTextureSamples(), in clearFramebuffer() 572 context, depthStencilAttachment->getRenderToTextureSamples(), in clearFramebuffer()
|
| D | Renderer11.cpp | 2455 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()
|
| D | Context11.cpp | 734 GLsizei texSamples = textureD3D->getRenderToTextureSamples(); in initializeMultisampleTextureToBlack()
|
| D | TextureStorage11.h | 143 GLsizei getRenderToTextureSamples() const override;
|
| D | TextureStorage11.cpp | 897 GLsizei TextureStorage11::getRenderToTextureSamples() const in getRenderToTextureSamples() function in rx::TextureStorage11
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
| D | RenderTargetCache.h | 165 ANGLE_TRY(attachment->getRenderTarget(context, attachment->getRenderToTextureSamples(), in updateCachedRenderTarget()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
| D | FrameBufferMtl.mm | 389 ANGLE_TRY(attachment->getRenderTarget(context, attachment->getRenderToTextureSamples(),
|