Home
last modified time | relevance | path

Searched refs:Rectangle (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.h40 const gl::Rectangle &area) override;
62 const gl::Rectangle &area,
70 const gl::Rectangle &sourceArea,
71 const gl::Rectangle &destArea,
105 const gl::Rectangle &area,
113 const gl::Rectangle &area,
125 const gl::Rectangle &sourceArea,
126 const gl::Rectangle &destArea,
127 gl::Rectangle *newSourceArea,
128 gl::Rectangle *newDestAre
[all...]
H A DBlitGL.h55 const gl::Rectangle &sourceArea,
66 const gl::Rectangle &sourceArea,
72 const gl::Rectangle &sourceArea,
73 const gl::Rectangle &destArea,
80 const gl::Rectangle &sourceArea,
81 const gl::Rectangle &destArea,
90 const gl::Rectangle &sourceArea,
91 const gl::Rectangle &destArea,
104 const gl::Rectangle &sourceArea,
123 const gl::Rectangle
[all...]
H A DFramebufferGL.cpp43 gl::Rectangle sourceBounds;
44 gl::Rectangle sourceRegion;
46 gl::Rectangle destBounds;
47 gl::Rectangle destRegion;
54 const gl::Rectangle &sourceArea, in GetBlitFramebufferBounds()
55 const gl::Rectangle &destArea) in GetBlitFramebufferBounds()
65 bounds.sourceBounds = gl::Rectangle(0, 0, readSize.width, readSize.height); in GetBlitFramebufferBounds()
68 bounds.destBounds = gl::Rectangle(0, 0, drawSize.width, drawSize.height); in GetBlitFramebufferBounds()
90 texture->getType() == TextureType::Rectangle || in BindFramebufferAttachment()
274 const gl::Rectangle in Initialize()
[all...]
H A DBlitGL.cpp77 angle::Result enter(const gl::Context *context, gl::Rectangle viewport, int keepState = 0) in enter()
273 const gl::Rectangle &sourceArea, in copyImageToLUMAWorkaroundTexture()
303 const gl::Rectangle &sourceArea, in copySubImageToLUMAWorkaroundTexture()
353 ANGLE_TRY(scopedState.enter(context, gl::Rectangle(0, 0, sourceArea.width, sourceArea.height))); in copySubImageToLUMAWorkaroundTexture()
402 const gl::Rectangle &sourceAreaIn, in blitColorBufferWithShader()
403 const gl::Rectangle &destAreaIn, in blitColorBufferWithShader()
428 const gl::Rectangle &sourceAreaIn, in blitColorBufferWithShader()
429 const gl::Rectangle &destAreaIn, in blitColorBufferWithShader()
441 const gl::Rectangle &sourceAreaIn, in blitColorBufferWithShader()
442 const gl::Rectangle in blitColorBufferWithShader()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes_unittest.cpp231 TEST(Rectangle, Clip) in TEST()
233 const gl::Rectangle source(0, 0, 100, 200); in TEST()
234 const gl::Rectangle clip1(0, 0, 50, 100); in TEST()
235 gl::Rectangle result; in TEST()
243 gl::Rectangle clip2(10, 20, 30, 40); in TEST()
251 gl::Rectangle clip3(-20, -30, 10000, 400000); in TEST()
259 gl::Rectangle clip4(50, 100, -20, -30); in TEST()
268 gl::Rectangle clip5(-100, 0, 99, 200); in TEST()
271 gl::Rectangle clip6(0, -100, 100, 99); in TEST()
274 gl::Rectangle clip in TEST()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.h73 const gl::Rectangle &area) override;
97 const gl::Rectangle &area,
105 const gl::Rectangle &sourceArea,
106 const gl::Rectangle &destArea,
124 const gl::Rectangle &area,
131 gl::Rectangle getNonRotatedCompleteRenderArea() const;
132 gl::Rectangle getRotatedCompleteRenderArea(ContextVk *contextVk) const;
133 gl::Rectangle getRotatedScissoredRenderArea(ContextVk *contextVk) const;
140 const gl::Rectangle &scissoredRenderArea,
171 const gl::Rectangle
[all...]
H A DFramebufferVk.cpp131 const gl::Rectangle &blitAreaIn, in AdjustBlitAreaForPreRotation()
132 const gl::Rectangle &framebufferDimensions, in AdjustBlitAreaForPreRotation()
133 gl::Rectangle *blitAreaOut) in AdjustBlitAreaForPreRotation()
161 gl::Rectangle *framebufferDimensions, in AdjustDimensionsAndFlipForPreRotation()
191 void AdjustBlitResolveParametersForResolve(const gl::Rectangle &sourceArea, in AdjustBlitResolveParametersForResolve()
192 const gl::Rectangle &destArea, in AdjustBlitResolveParametersForResolve()
385 const gl::Rectangle &area) in invalidateSub()
389 const gl::Rectangle nonRotatedCompleteRenderArea = getNonRotatedCompleteRenderArea(); in invalidateSub()
390 gl::Rectangle rotatedInvalidateArea; in invalidateSub()
398 const gl::Rectangle completeRenderAre in invalidateSub()
[all...]
/third_party/jerryscript/tests/jerry/
H A Dobject-create.js59 // Rectangle - subclass
60 function Rectangle() { function
65 Rectangle.prototype = Object.create(Shape.prototype);
66 Rectangle.prototype.constructor = Rectangle;
68 var rect = new Rectangle();
70 assert (rect instanceof Rectangle);
62 Rectangle.prototype = Object.create(Shape.prototype); global() class
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DFrameBufferMtl.h46 const gl::Rectangle &area) override;
70 const gl::Rectangle &area,
78 const gl::Rectangle &sourceArea,
79 const gl::Rectangle &destArea,
100 gl::Rectangle getCompleteRenderArea() const;
112 gl::Rectangle getCorrectFlippedReadArea(const gl::Context *context,
113 const gl::Rectangle &glArea) const;
118 const gl::Rectangle &area,
185 const gl::Rectangle &readArea,
190 gl::Rectangle *readableViewAre
[all...]
H A Dmtl_utils.h61 const gl::Rectangle &fromRegion,
69 const gl::Rectangle &fromRegion,
75 MTLViewport GetViewport(const gl::Rectangle &rect, double znear = 0, double zfar = 1);
76 MTLViewport GetViewportFlipY(const gl::Rectangle &rect,
80 MTLViewport GetViewport(const gl::Rectangle &rect,
85 MTLScissorRect GetScissorRect(const gl::Rectangle &rect,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.h53 gl::Rectangle scissor;
82 const gl::Rectangle &area,
90 const gl::Rectangle &sourceArea,
91 const gl::Rectangle &destArea,
116 const gl::Rectangle &area,
125 const gl::Rectangle &sourceArea,
126 const gl::Rectangle &destArea,
127 const gl::Rectangle *scissor,
/third_party/skia/experimental/skrive/src/
H A DRectangle.cpp20 size_t parse_node<Rectangle>(StreamReader* sr, Rectangle* node) { in parse_node()
32 void Rectangle::onRevalidate() { in onRevalidate()
36 void Rectangle::onDraw(SkCanvas* canvas, const SkPaint& paint, SkPathFillType) const { in onDraw()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.h35 const gl::Rectangle &area) override;
64 const gl::Rectangle &area,
73 const gl::Rectangle &sourceArea,
74 const gl::Rectangle &destArea,
75 const gl::Rectangle *scissor,
H A DStateManager9.h46 void setScissorState(const gl::Rectangle &scissor, bool enabled);
47 void setViewportState(const gl::Rectangle &viewport,
120 void setScissorRect(const gl::Rectangle &scissor, bool enabled);
184 gl::Rectangle mCurScissorRect;
191 gl::Rectangle mCurViewport;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.h36 const gl::Rectangle &area) override;
69 const gl::Rectangle &area,
78 const gl::Rectangle &sourceArea,
79 const gl::Rectangle &destArea,
80 const gl::Rectangle *scissor,
H A DBlit11.h45 const gl::Rectangle *scissor,
62 const gl::Rectangle *scissor);
71 const gl::Rectangle *scissor);
82 const gl::Rectangle *scissor);
95 const gl::Rectangle &clipRect,
191 const gl::Rectangle *scissor,
202 const gl::Rectangle *scissor,
219 const gl::Rectangle *scissor,
H A DFramebuffer11.cpp224 const gl::Rectangle &area) in invalidateSub()
250 const gl::Rectangle &area, in readPixelsImpl()
277 const gl::Rectangle &sourceArea, in blitImpl()
278 const gl::Rectangle &destArea, in blitImpl()
279 const gl::Rectangle *scissor, in blitImpl()
311 gl::Rectangle actualSourceArea = sourceArea; in blitImpl()
320 gl::Rectangle actualDestArea = destArea; in blitImpl()
350 gl::Rectangle actualSourceArea = sourceArea; in blitImpl()
366 gl::Rectangle actualDestArea = destArea; in blitImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp42 const gl::Rectangle &area) in invalidateSub()
86 const gl::Rectangle &origArea, in readPixels()
108 const gl::Rectangle fbRect(0, 0, fbSize.width, fbSize.height); in readPixels()
109 gl::Rectangle area; in readPixels()
146 const gl::Rectangle &sourceArea, in blit()
147 const gl::Rectangle &destArea, in blit()
H A DFramebufferNULL.h33 const gl::Rectangle &area) override;
55 const gl::Rectangle &area,
63 const gl::Rectangle &sourceArea,
64 const gl::Rectangle &destArea,
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
H A DIMETest.java12 import java.awt.Rectangle;
22 Rectangle loc = new Rectangle(100, 100, 300, 300); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFramebufferImpl.h47 const gl::Rectangle &area) = 0;
71 const gl::Rectangle &area,
79 const gl::Rectangle &sourceArea,
80 const gl::Rectangle &destArea,
H A DFramebufferImpl_mock.h29 angle::Result(const gl::Context *, size_t, const GLenum *, const gl::Rectangle &));
39 const gl::Rectangle &,
50 const gl::Rectangle &,
51 const gl::Rectangle &,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp77 struct Rectangle struct
108 std::vector<Rectangle> rectangles;
194 // Vertex shader, just pass through Rectangle data.
270 static const VkVertexInputBindingDescription binding = {0, sizeof(Rectangle), VK_VERTEX_INPUT_RATE_VERTEX};
273 {0, 0, VK_FORMAT_R32G32B32_SFLOAT, offsetof(Rectangle, xyz)},
274 {1, 0, VK_FORMAT_R32_SINT, offsetof(Rectangle, r8g8b8)},
275 {2, 0, VK_FORMAT_R32G32_SFLOAT, offsetof(Rectangle, widthHeight)},
276 {3, 0, VK_FORMAT_R32_SINT, offsetof(Rectangle, viewportIndex)} };
325 kMaxRectangles * sizeof(Rectangle),
518 Rectangle* pRectangle in startRenderCmds()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp75 struct Rectangle struct
106 std::vector<Rectangle> rectangles;
191 // Vertex shader, just pass through Rectangle data.
267 static const VkVertexInputBindingDescription binding = {0, sizeof(Rectangle), VK_VERTEX_INPUT_RATE_VERTEX};
270 {0, 0, VK_FORMAT_R32G32B32_SFLOAT, offsetof(Rectangle, xyz)},
271 {1, 0, VK_FORMAT_R32_SINT, offsetof(Rectangle, r8g8b8)},
272 {2, 0, VK_FORMAT_R32G32_SFLOAT, offsetof(Rectangle, widthHeight)},
273 {3, 0, VK_FORMAT_R32_SINT, offsetof(Rectangle, viewportIndex)} };
322 kMaxRectangles * sizeof(Rectangle),
514 Rectangle* pRectangle in startRenderCmds()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdiscriminatedUnionErrorMessage.js3 type Rectangle = { kind: "rt", x: number, y: number }
7 | Rectangle

Completed in 15 milliseconds

12345