Searched defs:view (Results 151 - 175 of 250) sorted by relevance

12345678910

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
H A DConsoleActivity.java44 import android.view.ContextMenu;
45 import android.view.ContextMenu.ContextMenuInfo;
46 import android.view.GestureDetector;
47 import android.view.LayoutInflater;
48 import android.view.Menu;
49 import android.view.MenuItem;
50 import android.view.MotionEvent;
51 import android.view.View;
52 import android.view.View.OnClickListener;
53 import android.view
694 onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfo) argument
[all...]
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.cpp595 for (auto view : image_views_)
596 vk::DestroyImageView(dev_, view, nullptr);
636 VkImageView view; local
637 vk::assert_success(vk::CreateImageView(dev_, &view_info, nullptr, &view));
638 image_views_.push_back(view);
644 fb_info.pAttachments = &view;
659 const glm::mat4 view = glm::lookAt(camera_.eye_pos, center, up); local
670 camera_.view_projection = clip * projection * view;
/external/vulkan-validation-layers/tests/
H A Dvktestframework.cpp100 VkImageView view; member in struct:_SwapchainBuffers
H A Dlayer_validation_tests.cpp1730 VkBufferView view = local
1739 descriptor_write.pTexelBufferView = &view;
2231 VkImageView view; local
2233 &view);
2236 imageInfo[0].imageView = view;
2238 imageInfo[1].imageView = view;
2240 imageInfo[2].imageView = view;
2242 imageInfo[3].imageView = view;
4335 VkImageView view = local
4341 descriptor_info.imageView = view;
6261 VkImageView view; local
6317 VkImageView view; local
7106 VkImageView view; local
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp212 DataflowWorklist(const CFG &cfg, PostOrderCFGView &view) argument
213 : PO_I(view.begin()), PO_E(view.end()),
/external/llvm/tools/gold/
H A Dgold-plugin.cpp385 const void *view; local
386 if (get_view(file->handle, &view) != LDPS_OK) {
387 message(LDPL_ERROR, "Failed to get a view of %s", file->name);
391 MemoryBufferRef(StringRef((const char *)view, file->filesize), "");
572 message(LDPL_FATAL, "Failed to get a view of file");
606 message(LDPL_FATAL, "Failed to get a view of file");
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c382 struct pipe_sampler_view *view = i < num ? views[i] : NULL; local
384 if (view) {
385 struct pipe_resource *tex = view->texture;
401 for (j = view->u.tex.first_level; j <= tex->last_level; j++) {
412 view->u.tex.first_level, tex->last_level,
789 struct pipe_sampler_view *view = i < num ? views[i] : NULL; local
791 pipe_sampler_view_reference(&i915->vertex_sampler_views[i], view);
808 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); local
810 if (view) {
811 *view
823 i915_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) argument
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c917 struct pipe_sampler_view *view = tr_view->sampler_view; local
922 trace_dump_arg(ptr, view);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h634 GalliumD3D10ShaderResourceView(GalliumD3D10Screen* device, GalliumD3D10Resource<>* resource, struct pipe_sampler_view* view, const D3D10_SHADER_RESOURCE_VIEW_DESC1& desc) argument
635 : GalliumD3D10ShaderResourceViewBase(device, resource, view, desc)
H A Dd3d11_screen.h1151 struct pipe_sampler_view* view = immediate_pipe->create_sampler_view(immediate_pipe, templat.texture, &templat); local
1152 if(!view)
1154 *out_srv = new GalliumD3D11ShaderResourceView(this, (GalliumD3D11Resource<>*)iresource, view, *desc);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpaint.c180 struct pipe_sampler_view *view; local
188 view = pipe->create_sampler_view(pipe, texture, &view_templ);
189 /* want the texture to go away if the view is freed */
192 return view;
H A Drenderer.c146 * Set the model-view-projection matrix used by vertex shaders.
411 * Set renderer sampler and view states.
1425 struct pipe_sampler_view *view; local
1479 view = pipe->create_sampler_view(pipe, tex, &view_templ);
1481 if (!view)
1498 if (renderer_drawtex_begin(ctx, view)) {
1501 0, 0, view->texture->width0, view->texture->height0);
1506 if (renderer_copy_begin(ctx, dst, VG_TRUE, view)) {
1509 0, 0, view
[all...]
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c53 struct pipe_sampler_view *view[MAX_RESOURCES]; member in struct:context
316 ctx->view[i] = pipe->create_sampler_view(pipe, ctx->tex[*slots],
318 assert(ctx->view[i]);
321 pipe->set_compute_sampler_views(pipe, 0, i, ctx->view);
332 if (ctx->view[i]) {
333 pipe->sampler_view_destroy(pipe, ctx->view[i]);
334 ctx->view[i] = NULL;
/external/skia/src/views/
H A DSkView.cpp137 SkView* view = this; local
141 if (!view->isVisible()) {
144 if (view->isClipToBounds()) {
146 view->getLocalBounds(&bounds);
153 if (view->handleInval(rect)) {
157 SkView* parent = view->fParent;
163 rect->offset(view->fLoc.fX, view->fLoc.fY);
165 view = parent;
172 SkView* view local
184 const SkView* view = this; local
600 const SkView* view = this; local
774 dumpview(const SkView* view, int level, bool recurse) argument
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp399 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level) argument
401 return tcu::Texture2DView(1, view.getLevels() + level);
404 static tcu::Texture2DArrayView getOneLevelSubView (const tcu::Texture2DArrayView& view, int level) argument
406 return tcu::Texture2DArrayView(1, view.getLevels() + level);
409 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) argument
414 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + level;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c96 const struct pipe_sampler_view *view,
103 if (!sampler || !view || !view->texture)
106 texture = view->texture;
120 state->format = view->format;
121 state->swizzle_r = view->swizzle_r;
122 state->swizzle_g = view->swizzle_g;
123 state->swizzle_b = view->swizzle_b;
124 state->swizzle_a = view->swizzle_a;
137 if (view
95 lp_sampler_static_state(struct lp_sampler_static_state *state, const struct pipe_sampler_view *view, const struct pipe_sampler_state *sampler) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1102 /* Initialize the sampler view. */
1217 /* Set a stencil-only sampler view for it not to sample depth instead. */
1219 struct pipe_sampler_view *view; local
1225 view = pipe->create_sampler_view(pipe, src->texture, &templ);
1227 pipe->set_fragment_sampler_views(pipe, 1, &view);
1230 pipe_sampler_view_reference(&view, NULL);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1483 /* A new sampler view (= texture)... */
1522 struct r300_sampler_view *view = CALLOC_STRUCT(r300_sampler_view); local
1527 if (view) {
1530 view->base = *templ;
1531 view->base.reference.count = 1;
1532 view->base.context = pipe;
1533 view->base.texture = NULL;
1534 pipe_resource_reference(&view->base.texture, texture);
1536 view->width0_override = width0_override;
1537 view
1579 r300_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c987 struct r600_pipe_sampler_view *view = CALLOC_STRUCT(r600_pipe_sampler_view); local
995 if (view == NULL)
999 view->base = *state;
1000 view->base.texture = NULL;
1002 view->base.texture = texture;
1003 view->base.reference.count = 1;
1004 view->base.context = ctx;
1016 FREE(view);
1022 FREE(view);
1074 view
[all...]
H A Dr600_state.c1013 struct r600_pipe_sampler_view *view = CALLOC_STRUCT(r600_pipe_sampler_view); local
1020 if (view == NULL)
1024 view->base = *state;
1025 view->base.texture = NULL;
1027 view->base.texture = texture;
1028 view->base.reference.count = 1;
1029 view->base.context = ctx;
1041 FREE(view);
1047 FREE(view);
1085 view
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1988 struct si_pipe_sampler_view *view = CALLOC_STRUCT(si_pipe_sampler_view); local
1999 if (view == NULL)
2003 view->base = *state;
2004 view->base.texture = NULL;
2006 view->base.texture = texture;
2007 view->base.reference.count = 1;
2008 view->base.context = ctx;
2099 view->state[0] = va >> 8;
2100 view->state[1] = (S_008F14_BASE_ADDRESS_HI(va >> 40) |
2103 view
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp613 * used as a render target view and for resource copies, since no CPU access
813 void blit(struct pipe_surface* surf, struct pipe_sampler_view* view, unsigned x, unsigned y, unsigned w, unsigned h) argument
834 bool stretch = view->texture->width0 != w || view->texture->height0 != h;
852 pipe->set_fragment_sampler_views(pipe, 1, &view);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java13 import android.view.KeyEvent;
14 import android.view.MotionEvent;
15 import android.view.View;
16 import android.view.View.MeasureSpec;
17 import android.view.ViewGroup;
18 import android.view.ViewParent;
19 import android.view.ViewTreeObserver;
20 import android.view.animation.Animation;
38 * visibility, onclick, tags, and tracks the size and shape of the view.
410 // We really want to invoke the onMeasure method of the real view,
887 noParentHasFocus(View view) argument
[all...]
/external/v8/src/
H A Delements.cc1858 JSArrayBufferView* view = JSArrayBufferView::cast(holder); local
1859 if (view->WasNeutered()) return 0;

Completed in 1652 milliseconds

12345678910