Home
last modified time | relevance | path

Searched defs:slice (Results 151 - 171 of 171) sorted by relevance

1234567

/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1002 DeleteRepeatedField( CMessage* self, const FieldDescriptor* field_descriptor, PyObject* slice) DeleteRepeatedField() argument
/third_party/ffmpeg/libavcodec/
H A Dvp3.c2072 static void render_slice(Vp3DecodeContext *s, int slice) in render_slice() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c1364 const struct v3d_resource_slice *slice = &image->slices[mip_level]; in copy_buffer_to_image_tfu() local
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c4094 int slice; in copytexsubimage_by_slice() local
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp973 GrStagingBufferManager::Slice slice = in uploadTexDataOptimal() local
818 fill_in_compressed_regions(GrStagingBufferManager* stagingBufferManager, SkTArray<VkBufferImageCopy>* regions, SkTArray<size_t>* individualMipOffsets, GrStagingBufferManager::Slice* slice, SkImage::CompressionType compression, VkFormat vkFormat, SkISize dimensions, GrMipmapped mipmapped) fill_in_compressed_regions() argument
1057 GrStagingBufferManager::Slice slice; uploadTexDataCompressed() local
1883 GrStagingBufferManager::Slice slice; onUpdateCompressedBackendTexture() local
[all...]
/third_party/python/Python/
H A DPython-ast.c3104 _PyAST_Subscript(expr_ty value, expr_ty slice, expr_context_ty ctx, int lineno, in _PyAST_Subscript() argument
9538 expr_ty slice; obj2ast_expr() local
[all...]
H A Dceval.c5461 PyObject *start, *stop, *step, *slice; local
/third_party/python/Modules/_ctypes/
H A D_ctypes.c5265 PySliceObject *slice = (PySliceObject *)item; in Pointer_subscript() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp624 PixelBufferAccess getSliceAccess (int slice) { return getSliceAccessInternal(slice); } in getSliceAccess() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp4738 void ViewAbstract::SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) in SetBackgroundImageResizableSlice() argument
4746 void ViewAbstract::SetBackgroundImageResizableSlice(FrameNode* frameNode, const ImageResizableSlice& slice) in SetBackgroundImageResizableSlice() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h745 virtual void OnBackgroundImageResizableSliceUpdate(const ImageResizableSlice& slice) {} in OnBackgroundImageResizableSliceUpdate() argument
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h558 UINT_32 slice; ///< Slice index member
677 UINT_32 slice; ///< Slice index member
822 UINT_32 slice; ///< Index of slices member
952 UINT_32 slice; ///< Inde member
1043 UINT_32 slice; ///< Slice index global() member
1166 UINT_32 slice; ///< Slice index global() member
1254 UINT_32 slice; ///< Slice index global() member
1369 UINT_32 slice; ///< Slice index global() member
1488 UINT_32 slice; ///< Slice index global() member
1670 UINT_32 slice; ///< Slice index global() member
2558 UINT_32 slice; ///< Slice index global() member
2659 UINT_32 slice; ///< Index of slices global() member
2822 UINT_32 slice; ///< Index of slices global() member
2907 UINT_32 slice; ///< Index of slices global() member
3044 UINT_32 slice; ///< Index of slices global() member
3132 UINT_32 slice; ///< Index of slices global() member
3251 UINT_32 slice; ///< Slice index global() member
3337 UINT_32 slice; ///< Slice index global() member
3480 UINT_32 slice; ///< Index of slices global() member
3603 UINT_32 slice; ///< Slice id global() member
3648 UINT_32 slice; ///< Slice id global() member
3701 UINT_32 slice; ///< Index of slice to view global() member
[all...]
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h522 struct pipe_h265_enc_slice_param slice; member
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1024 Handle<SlicedString> slice = Handle<SlicedString>::cast(str); in NewProperSubString() local
1037 SlicedString slice = SlicedString::cast(New(map, AllocationType::kYoung)); in NewProperSubString() local
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc1424 LocationReference slice = LocationReference::HeapSlice( in GenerateFieldReference() local
1488 VisitResult slice = field.GetVisitResult(); in InitializeClass() local
2375 GenerateReferenceToItemInHeapSlice( LocationReference slice, VisitResult index) GenerateReferenceToItemInHeapSlice() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1039 unsigned slice; member
1125 unsigned pitch, slice; in evergreen_set_color_surface_common() local
[all...]
/third_party/python/Modules/
H A D_pickle.c6445 PyObject *slice; in do_append() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp817 auto slice = GetBackgroundImageResizableSliceValue(ImageResizableSlice()); in PaintBackground() local
885 auto slice = GetBackgroundImageResizableSliceValue(ImageResizableSlice()); in HasValidBgImageResizable() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h1247 int slice; in stbi__vertical_flip_slices() local
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs1290 mod slice; modules
3317 fn slice() { in slice() functions
8883 mod slice; global() modules
9074 fn slice() { slice() functions
19480 pub mod slice; global() modules
40240 fn slice(self, from: usize, to: usize) -> Self; slice() functions
40257 fn slice(self, from: usize, to: usize) -> Self { slice() functions
40266 fn slice(self, from: usize, to: usize) -> Self { slice() functions
40275 fn slice(self, from: usize, to: usize) -> Self { slice() functions
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 167 milliseconds

1234567