/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | FramebufferNULL.cpp | 107 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 D | xf86dri.c | 545 fbOrigin, fbSize, fbStride, devPrivateSize, pDevPrivate) in uniDRIGetDeviceInfo() 550 int *fbSize; 582 *fbSize = rep.framebufferSize;
|
H A D | xf86dri.h | 111 drm_handle_t * hFrameBuffer, int *fbOrigin, int *fbSize,
|
H A D | ttmtest.c | 75 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 D | FramebufferD3D.cpp | 209 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 D | TextureD3D.cpp | 1071 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 D | Texture.cpp | 1337 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 D | TextureGL.cpp | 674 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 D | FramebufferGL.cpp | 662 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 D | vktDrawNegativeViewportHeightTests.cpp | 867 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 D | FramebufferVk.cpp | 729 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 D | TextureVk.cpp | 731 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImageImpl() local 733 if (!ClipRectangle(sourceArea, gl::Rectangle(0, 0, fbSize.width, fbSize.height), in copySubImageImpl()
|