| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_sampler.c | 122 struct pipe_sampler_view **views) in llvmpipe_set_sampler_views() 259 struct pipe_sampler_view **views, in prepare_shader_sampling() 369 struct pipe_sampler_view **views) in llvmpipe_prepare_vertex_sampling() 381 struct pipe_sampler_view **views) in llvmpipe_prepare_geometry_sampling() 392 struct pipe_sampler_view **views) in llvmpipe_prepare_tess_ctrl_sampling() 403 struct pipe_sampler_view **views) in llvmpipe_prepare_tess_eval_sampling() 412 struct pipe_image_view *views, in prepare_shader_images() 509 struct pipe_image_view *views) in llvmpipe_prepare_vertex_images() 521 struct pipe_image_view *views) in llvmpipe_prepare_geometry_images() 532 struct pipe_image_view *views) in llvmpipe_prepare_tess_ctrl_images() [all …]
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowWindowManagerImplTest.java | 46 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_doesNotReturnARemovedView() local
|
| /external/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_state_sampler.c | 103 struct pipe_sampler_view **views) in softpipe_set_sampler_views() 170 struct pipe_sampler_view **views, in prepare_shader_sampling() 281 struct pipe_sampler_view **views) in softpipe_prepare_vertex_sampling() 303 struct pipe_sampler_view **views) in softpipe_prepare_geometry_sampling()
|
| /external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/ |
| D | SignalFxStatsExporterWorkerThread.java | 53 private final ViewManager views; field in SignalFxStatsExporterWorkerThread 61 ViewManager views) { in SignalFxStatsExporterWorkerThread()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_sampler_view.c | 62 struct st_sampler_views *views; in st_texture_set_sampler_view() local 171 const struct st_sampler_views *views = p_atomic_read(&stObj->sampler_views); in st_texture_get_current_sampler_view() local 195 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_context_sampler_view() local 225 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_all_sampler_views() local 262 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/ |
| D | MeasureToViewMap.java | 78 Set<View> views = exportedViews; in getExportedViews() local 89 Set<View> views = Sets.newHashSet(); in filterExportedViews() local 131 Collection<MutableViewData> views = mutableMap.get(view.getMeasure().getName()); in getMutableViewData() local
|
| /external/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_texture.c | 243 unsigned nr, struct pipe_sampler_view **views) in set_sampler_views() 271 struct pipe_sampler_view **views) in etna_fragtex_set_sampler_views() 284 struct pipe_sampler_view **views) in etna_vertex_set_sampler_views() 296 struct pipe_sampler_view **views) in etna_set_sampler_views()
|
| /external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_fragtex.c | 176 struct pipe_sampler_view **views) in nv30_fragtex_set_sampler_views() 201 struct pipe_sampler_view **views) in nv30_set_sampler_views()
|
| D | nv40_verttex.c | 75 struct pipe_sampler_view **views) in nv40_verttex_set_sampler_views()
|
| /external/skia/src/gpu/effects/ |
| D | GrDistanceFieldGeoProc.cpp | 214 const GrSurfaceProxyView* views, in GrDistanceFieldA8TextGeoProc() 254 void GrDistanceFieldA8TextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews() 498 const GrSurfaceProxyView* views, in GrDistanceFieldPathGeoProc() 527 void GrDistanceFieldPathGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews() 818 const GrSurfaceProxyView* views, in GrDistanceFieldLCDTextGeoProc() 854 void GrDistanceFieldLCDTextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
|
| D | GrDistanceFieldGeoProc.h | 63 const GrSurfaceProxyView* views, in Make() 77 const GrSurfaceProxyView* views, in Make() 151 const GrSurfaceProxyView* views, int numActiveViews, in Make() 227 const GrSurfaceProxyView* views, in Make()
|
| D | GrBitmapTextGeoProc.cpp | 132 const GrSurfaceProxyView* views, in GrBitmapTextGeoProc() 173 void GrBitmapTextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
|
| /external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
| D | NoopStats.java | 199 Set<View> views = exportedViews; in getAllExportedViews() local 211 Set<View> views = new HashSet<View>(); in filterExportedViews() local
|
| /external/skqp/src/gpu/vk/ |
| D | GrVkTextureRenderTarget.cpp | 108 Views views; in create_views() local 186 Views views = create_views(gpu, desc, info); in MakeNewTextureRenderTarget() local 218 Views views = create_views(gpu, desc, info); in MakeWrappedTextureRenderTarget() local
|
| /external/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_texture.c | 69 unsigned start, unsigned nr, struct pipe_sampler_view **views) in set_sampler_views() 111 struct pipe_sampler_view **views) in fd_set_sampler_views()
|
| /external/skia/src/gpu/ |
| D | GrProcessorUnitTest.cpp | 21 int maxTreeDepth, int numViews, const ViewInfo views[]) in GrProcessorTestData() 26 int maxTreeDepth, int numViews, const ViewInfo views[], in GrProcessorTestData()
|
| /external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
| D | LottieFontViewGroup.kt | 22 private val views = ArrayList<View>() constant
|
| /external/mesa3d/src/gallium/frontends/omx/ |
| D | vid_enc_common.c | 216 struct pipe_sampler_view **views; in enc_ScaleInput_common() local 404 struct pipe_sampler_view **views; in enc_LoadImage_common() local
|
| D | vid_dec_common.c | 86 struct pipe_sampler_view **views; in vid_dec_FillOutput() local
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
| D | ViewMatcher.java | 15 public static ViewMatcher construct(Class<?>[] views) in construct()
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowWindowManagerImpl.java | 47 private static final Multimap<Integer, View> views = ArrayListMultimap.create(); field in ShadowWindowManagerImpl
|
| D | ShadowAppWidgetManager.java | 52 protected void updateAppWidget(int[] appWidgetIds, RemoteViews views) { in updateAppWidget() 65 protected void updateAppWidget(int appWidgetId, RemoteViews views) { in updateAppWidget()
|
| /external/autotest/database/ |
| D | db_utils.py | 9 def drop_views(manager, views): argument
|
| /external/skia/src/gpu/ops/ |
| D | GrAtlasTextOp.cpp | 215 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in onPrepareDraws() local 348 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in createDrawForGeneratedGlyphs() local 445 const GrSurfaceProxyView* views, in setupDfProcessor()
|
| /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
| D | ListViewActivity.java | 52 public MyViewAdapter(Context context, int resId, List<View> views) { in MyViewAdapter()
|