Home
last modified time | relevance | path

Searched defs:views (Results 1 – 25 of 133) sorted by relevance

123456

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowWindowManagerImplTest.java46 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_isInitiallyEmpty() local
55 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_returnsAnAddedView() local
66 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_doesNotReturnAViewThatWasRemoved() local
76 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_doesNotReturnAViewThatWasRemovedImmediately() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c135 struct pipe_sampler_view **views) in llvmpipe_set_sampler_views()
300 struct pipe_sampler_view **views, in prepare_shader_sampling()
399 struct pipe_sampler_view **views) in llvmpipe_prepare_vertex_sampling()
411 struct pipe_sampler_view **views) in llvmpipe_prepare_geometry_sampling()
423 struct pipe_sampler_view **views) in llvmpipe_prepare_tess_ctrl_sampling()
435 struct pipe_sampler_view **views) in llvmpipe_prepare_tess_eval_sampling()
450 struct pipe_sampler_view **views = ctx->sampler_views[stage]; in llvmpipe_cleanup_stage_sampling() local
468 struct pipe_image_view *views, in prepare_shader_images()
558 struct pipe_image_view *views) in llvmpipe_prepare_vertex_images()
570 struct pipe_image_view *views) in llvmpipe_prepare_geometry_images()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c92 struct st_sampler_views *views; in st_texture_set_sampler_view() local
207 struct st_sampler_views *views = p_atomic_read(&stObj->sampler_views); in st_texture_get_current_sampler_view() local
231 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_context_sampler_view() local
262 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_all_sampler_views() local
301 struct st_sampler_views *views = stObj->sampler_views_old; in st_delete_texture_sampler_views() local
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMeasureToViewMap.java79 Set<View> views = exportedViews; in getExportedViews() local
90 Set<View> views = Sets.newHashSet(); in filterExportedViews() local
132 Collection<MutableViewData> views = mutableMap.get(view.getMeasure().getName()); in getMutableViewData() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c105 struct pipe_sampler_view **views) in softpipe_set_sampler_views()
184 struct pipe_sampler_view **views, in prepare_shader_sampling()
306 struct pipe_sampler_view **views) in softpipe_prepare_vertex_sampling()
330 struct pipe_sampler_view **views) in softpipe_prepare_geometry_sampling()
/external/perfetto/ui/src/frontend/
Daggregation_tab.ts65 const views = []; constant
113 const views = this.getViews(); constant
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c263 unsigned nr, bool take_ownership, struct pipe_sampler_view **views) in set_sampler_views()
297 struct pipe_sampler_view **views) in etna_fragtex_set_sampler_views()
311 struct pipe_sampler_view **views) in etna_vertex_set_sampler_views()
325 struct pipe_sampler_view **views) in etna_set_sampler_views()
/external/skia/src/gpu/ganesh/effects/
DGrDistanceFieldGeoProc.h80 const GrSurfaceProxyView* views, in Make()
94 const GrSurfaceProxyView* views, in Make()
159 const GrSurfaceProxyView* views, int numActiveViews, in Make()
230 const GrSurfaceProxyView* views, in Make()
DGrDistanceFieldGeoProc.cpp220 const GrSurfaceProxyView* views, in GrDistanceFieldA8TextGeoProc()
260 void GrDistanceFieldA8TextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
484 const GrSurfaceProxyView* views, in GrDistanceFieldPathGeoProc()
514 void GrDistanceFieldPathGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
800 const GrSurfaceProxyView* views, in GrDistanceFieldLCDTextGeoProc()
836 void GrDistanceFieldLCDTextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
DGrBitmapTextGeoProc.cpp146 const GrSurfaceProxyView* views, in GrBitmapTextGeoProc()
187 void GrBitmapTextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAppWidgetManager.java65 protected void updateAppWidget(int[] appWidgetIds, RemoteViews views) { in updateAppWidget()
78 protected void updateAppWidget(int appWidgetId, RemoteViews views) { in updateAppWidget()
89 private boolean canReapplyRemoteViews(WidgetInfo widgetInfo, RemoteViews views) { in canReapplyRemoteViews()
104 private RemoteViews getRemoteViewsToApply(RemoteViews views) { in getRemoteViewsToApply()
108 private static boolean hasLandscapeAndPortraitLayouts(RemoteViews views) { in hasLandscapeAndPortraitLayouts()
/external/cronet/third_party/libc++/src/include/__ranges/
Dviews.h29 namespace views = ranges::views; variable
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragtex.c178 struct pipe_sampler_view **views) in nv30_fragtex_set_sampler_views()
210 struct pipe_sampler_view **views) in nv30_set_sampler_views()
Dnv40_verttex.c77 struct pipe_sampler_view **views) in nv40_verttex_set_sampler_views()
/external/mesa3d/src/panfrost/lib/
Dpan_blitter.c182 pan_blitter_is_ms(struct pan_blitter_views *views) in pan_blitter_is_ms()
203 struct pan_blitter_views *views, in pan_blitter_emit_blends()
219 struct pan_blitter_views *views, mali_ptr *blend_shaders, in pan_blitter_emit_rsd()
656 pan_blitter_get_key(struct pan_blitter_views *views) in pan_blitter_get_key()
708 struct pan_blitter_views *views) in pan_blitter_get_rsd()
797 struct pan_blitter_views views = {}; in pan_blit_get_rsd() local
826 struct pan_blitter_views views = {0}; in pan_preload_get_views() local
958 const struct pan_image_view **views) in pan_blitter_emit_textures()
1001 const struct pan_image_view *views[8]; in pan_preload_emit_textures() local
1121 struct pan_blitter_views views = pan_preload_get_views(fb, zs, &patched_s); in pan_preload_emit_dcd() local
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DNoopStats.java212 Set<View> views = exportedViews; in getAllExportedViews() local
224 Set<View> views = new HashSet<View>(); in filterExportedViews() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Dui-components.md83 ### Choosing a surface type ###
/external/skia/src/gpu/ganesh/
DGrProcessorUnitTest.cpp24 int maxTreeDepth, int numViews, const ViewInfo views[]) in GrProcessorTestData()
29 int maxTreeDepth, int numViews, const ViewInfo views[], in GrProcessorTestData()
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/
Dcpp_generator.cc32 std::vector<cpp::OpView> views(ops.begin(), ops.end()); in GenerateOneFile() local
/external/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c216 struct pipe_sampler_view **views; in enc_ScaleInput_common() local
406 struct pipe_sampler_view **views; in enc_LoadImage_common() local
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/
DLottieFontViewGroup.kt21 private val views = ArrayList<View>() constant
/external/skia/src/gpu/ganesh/ops/
DAtlasTextOp.cpp243 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in onPrepareDraws() local
392 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in createDrawForGeneratedGlyphs() local
495 const GrSurfaceProxyView* views, in setupDfProcessor()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DViewMatcher.java15 public static ViewMatcher construct(Class<?>[] views) in construct()
/external/perfetto/protos/perfetto/trace/android/
Dviewcapture.proto24 repeated View views = 3; field
/external/autotest/database/
Ddb_utils.py9 def drop_views(manager, views): argument

123456