Home
last modified time | relevance | path

Searched refs:numRects (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/bench/
DRTreeBench.cpp99 static inline SkRect make_XYordered_rects(SkRandom& rand, int index, int numRects) { in make_XYordered_rects() argument
107 static inline SkRect make_YXordered_rects(SkRandom& rand, int index, int numRects) { in make_YXordered_rects() argument
116 static inline SkRect make_random_rects(SkRandom& rand, int index, int numRects) { in make_random_rects() argument
125 static inline SkRect make_concentric_rects(SkRandom&, int index, int numRects) { in make_concentric_rects() argument
/third_party/flutter/skia/bench/
DRTreeBench.cpp98 static inline SkRect make_XYordered_rects(SkRandom& rand, int index, int numRects) { in make_XYordered_rects() argument
106 static inline SkRect make_YXordered_rects(SkRandom& rand, int index, int numRects) { in make_YXordered_rects() argument
115 static inline SkRect make_random_rects(SkRandom& rand, int index, int numRects) { in make_random_rects() argument
124 static inline SkRect make_concentric_rects(SkRandom&, int index, int numRects) { in make_concentric_rects() argument
/third_party/flutter/skia/src/gpu/ops/
DGrRegionOp.cpp108 int numRects = 0; in onPrepareDraws() local
110 numRects += fRegions[i].fRegion.computeRegionComplexity(); in onPrepareDraws()
113 if (!numRects) { in onPrepareDraws()
123 numRects); in onPrepareDraws()
DGrLatticeOp.cpp222 int numRects = 0; in onPrepareDraws() local
224 numRects += fPatches[i].fIter->numRectsToDraw(); in onPrepareDraws()
227 if (!numRects) { in onPrepareDraws()
238 std::move(indexBuffer), kVertsPerRect, kIndicesPerRect, numRects); in onPrepareDraws()
/third_party/skia/src/gpu/ops/
DRegionOp.cpp116 int numRects = 0; in onPrepareDraws() local
118 numRects += fRegions[i].fRegion.computeRegionComplexity(); in onPrepareDraws()
121 if (!numRects) { in onPrepareDraws()
125 QuadHelper helper(target, fProgramInfo->geomProc().vertexStride(), numRects); in onPrepareDraws()
DLatticeOp.cpp239 int numRects = 0; in onPrepareDraws() local
241 numRects += fPatches[i].fIter->numRectsToDraw(); in onPrepareDraws()
244 if (!numRects) { in onPrepareDraws()
250 QuadHelper helper(target, kVertexStride, numRects); in onPrepareDraws()
/third_party/skia/third_party/externals/egl-registry/extensions/NOK/
DEGL_NOK_swap_region2.txt70 EGLint numRects,
95 parameters <numRects> and <rects> provide specify a region which was
106 updated by the client. <numRects> specifies the number of
107 rectangles in the <rects> list. If <numRects> is set to zero
129 "If eglSwapBuffersRegion2NOK is called and <numRects> is greater
131 generated. If <numRects> is less than zero, an
/third_party/EGL/extensions/NOK/
DEGL_NOK_swap_region2.txt70 EGLint numRects,
95 parameters <numRects> and <rects> provide specify a region which was
106 updated by the client. <numRects> specifies the number of
107 rectangles in the <rects> list. If <numRects> is set to zero
129 "If eglSwapBuffersRegion2NOK is called and <numRects> is greater
131 generated. If <numRects> is less than zero, an
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp336 void GrD3DDirectCommandList::setScissorRects(unsigned int numRects, const D3D12_RECT* rects) { in setScissorRects() argument
338 fCommandList->RSSetScissorRects(numRects, rects); in setScissorRects()
468 unsigned int numRects = rect ? 1 : 0; in clearRenderTargetView() local
470 numRects, rect); in clearRenderTargetView()
478 unsigned int numRects = rect ? 1 : 0; in clearDepthStencilView() local
480 stencilClearValue, numRects, rect); in clearDepthStencilView()
DGrD3DCommandList.h166 void setScissorRects(unsigned int numRects, const D3D12_RECT* rects);
/third_party/mesa3d/include/EGL/
Deglmesaext.h38 …PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* re…
Deglext.h1087 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1089 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1095 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1097 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
/third_party/mesa3d/include/android_stub/system/
Dwindow.h962 const android_native_rect_t* rects, size_t numRects) in native_window_set_surface_damage() argument
965 rects, numRects); in native_window_set_surface_damage()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp240 int numRects, in clearAttachments() argument
245 SkASSERT(numRects > 0); in clearAttachments()
261 numRects, in clearAttachments()
DGrVkCommandBuffer.h83 int numRects,
/third_party/mesa3d/src/egl/main/
Degldriver.h151 EGLint numRects, const EGLint *rects);
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp213 int numRects, in clearAttachments() argument
218 SkASSERT(numRects > 0); in clearAttachments()
234 numRects, in clearAttachments()
DGrVkCommandBuffer.h81 int numRects,
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h1030 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1032 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1038 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1040 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h1030 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1032 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1038 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1040 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglext.h1030 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1032 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1038 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1040 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_egl.h1518 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1520 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1526 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1528 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c973 EGLint numRects, const EGLint *rects) in dri2_x11_swap_buffers_region() argument
981 if (numRects > (int)ARRAY_SIZE(rectangles)) in dri2_x11_swap_buffers_region()
984 for (int i = 0; i < numRects; i++) { in dri2_x11_swap_buffers_region()
992 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles); in dri2_x11_swap_buffers_region()
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h1048 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1050 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1056 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1058 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
/third_party/EGL/api/EGL/
Deglext.h1113 …GLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1115 …TRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1121 …LSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…
1123 …RY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *re…

12