Home
last modified time | relevance | path

Searched refs:fbSize (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp107 const gl::Extents fbSize = getState().getReadPixelsAttachment(format)->getSize(); in readPixels() local
108 const gl::Rectangle fbRect(0, 0, fbSize.width, fbSize.height); in readPixels()
/third_party/libdrm/tests/ttmtest/src/
H A Dxf86dri.c545 fbOrigin, fbSize, fbStride, devPrivateSize, pDevPrivate) in uniDRIGetDeviceInfo()
550 int *fbSize;
582 *fbSize = rep.framebufferSize;
H A Dxf86dri.h111 drm_handle_t * hFrameBuffer, int *fbOrigin, int *fbSize,
H A Dttmtest.c75 int fbSize; member
388 &ctx.fbHandle, &ctx.fbOrigin, &ctx.fbSize, in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp209 const gl::Extents fbSize = getState().getReadPixelsAttachment(format)->getSize(); in readPixels() local
210 const gl::Rectangle fbRect(0, 0, fbSize.width, fbSize.height); in readPixels()
H A DTextureD3D.cpp1071 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copyImage() local
1075 sourceArea.x + sourceArea.width > fbSize.width || in copyImage()
1076 sourceArea.y + sourceArea.height > fbSize.height; in copyImage()
1087 if (!ClipRectangle(sourceArea, gl::Rectangle(0, 0, fbSize.width, fbSize.height), &clippedArea)) in copyImage()
1128 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage() local
1130 if (!ClipRectangle(sourceArea, gl::Rectangle(0, 0, fbSize.width, fbSize.height), &clippedArea)) in copySubImage()
1825 gl::Extents fbSize = source->getReadColorAttachment()->getSize();
1829 sourceArea.x + sourceArea.width > fbSize
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTexture.cpp1337 Extents fbSize = sourceReadAttachment->getSize(); in copyImage() local
1341 ((sourceArea.x + sourceArea.width) > fbSize.width) || in copyImage()
1342 ((sourceArea.y + sourceArea.height) > fbSize.height)) && in copyImage()
1345 if (ClipRectangle(sourceArea, Rectangle(0, 0, fbSize.width, fbSize.height), &clippedArea)) in copyImage()
1403 Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage() local
1405 if (ClipRectangle(sourceArea, Rectangle(0, 0, fbSize.width, fbSize.height), &clippedArea)) in copySubImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp674 gl::Extents fbSize = sourceFramebufferGL->getState().getReadAttachment()->getSize(); in copyImage() local
678 sourceArea.x + sourceArea.width > fbSize.width || in copyImage()
679 sourceArea.y + sourceArea.height > fbSize.height; in copyImage()
714 if (ClipRectangle(sourceArea, gl::Rectangle(0, 0, fbSize.width, fbSize.height), &clippedArea)) in copyImage()
815 const gl::Extents fbSize = sourceFramebufferGL->getState().getReadAttachment()->getSize(); in copySubImage() local
817 if (!ClipRectangle(sourceArea, gl::Rectangle(0, 0, fbSize.width, fbSize.height), &clippedArea)) in copySubImage()
H A DFramebufferGL.cpp662 const gl::Extents fbSize = readAttachment->getSize(); in readPixels() local
663 const gl::Rectangle fbRect(0, 0, fbSize.width, fbSize.height); in readPixels()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp867 const auto fbSize = static_cast<uint32_t>(kIFbSize); in iterate() local
868 const auto fbExtent = makeExtent3D(fbSize, fbSize, 1u); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp729 const gl::Extents &fbSize = getState().getReadPixelsAttachment(format)->getSize(); in readPixels() local
730 const gl::Rectangle fbRect(0, 0, fbSize.width, fbSize.height); in readPixels()
H A DTextureVk.cpp731 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImageImpl() local
733 if (!ClipRectangle(sourceArea, gl::Rectangle(0, 0, fbSize.width, fbSize.height), in copySubImageImpl()

Completed in 27 milliseconds