Home
last modified time | relevance | path

Searched defs:filter (Results 576 - 600 of 676) sorted by relevance

1...<<2122232425262728

/third_party/node/deps/v8/src/objects/
H A Delements.cc1057 CollectValuesOrEntriesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, PropertyFilter filter) CollectValuesOrEntriesImpl() argument
1140 PropertyFilter filter = keys->filter(); CollectElementIndicesImpl() local
1153 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument
1188 PrependElementIndicesImpl( Handle<JSObject> object, Handle<FixedArrayBase> backing_store, Handle<FixedArray> keys, GetKeysConversion convert, PropertyFilter filter) PrependElementIndicesImpl() argument
1337 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase backing_store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument
1561 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument
1588 FilterKey(Handle<NumberDictionary> dictionary, InternalIndex entry, Object raw_key, PropertyFilter filter) FilterKey() argument
1599 GetKeyForEntryImpl(Isolate* isolate, Handle<NumberDictionary> dictionary, InternalIndex entry, PropertyFilter filter) GetKeyForEntryImpl() argument
1619 PropertyFilter filter = keys->filter(); CollectElementIndicesImpl() local
1641 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument
2557 CollectValuesOrEntriesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, PropertyFilter filter) CollectValuesOrEntriesImpl() argument
2972 CollectValuesOrEntriesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, PropertyFilter filter) CollectValuesOrEntriesImpl() argument
3221 HasElementImpl(Isolate* isolate, JSObject holder, size_t index, FixedArrayBase backing_store, PropertyFilter filter) HasElementImpl() argument
3245 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase backing_store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument
3278 CollectValuesOrEntriesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, PropertyFilter filter) CollectValuesOrEntriesImpl() argument
4506 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase parameters, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument
4587 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument
4965 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase backing_store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c970 blitter_get_fs_texfetch_col(struct blitter_context_priv *ctx, enum pipe_format src_format, enum pipe_format dst_format, enum pipe_texture_target target, unsigned src_nr_samples, unsigned dst_nr_samples, unsigned filter, bool use_txf) blitter_get_fs_texfetch_col() argument
2006 util_blitter_blit_generic(struct blitter_context *blitter, struct pipe_surface *dst, const struct pipe_box *dstbox, struct pipe_sampler_view *src, const struct pipe_box *srcbox, unsigned src_width0, unsigned src_height0, unsigned mask, unsigned filter, const struct pipe_scissor_state *scissor, bool alpha_blend, bool sample0_only, unsigned dst_sample) util_blitter_blit_generic() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c576 static unsigned r600_tex_filter(unsigned filter, unsigned max_aniso) in r600_tex_filter() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2748 tcu::Sampler::FilterMode filter; in init() member
2758 tcu::Sampler::FilterMode filter; in init() member
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java2366 addIncludeFilter(String filter) addIncludeFilter() argument
2398 addExcludeFilter(String filter) addExcludeFilter() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp838 blitWithCommand(ContextVk *contextVk, const gl::Rectangle &sourceArea, const gl::Rectangle &destArea, RenderTargetVk *readRenderTarget, RenderTargetVk *drawRenderTarget, GLenum filter, bool colorBlit, bool depthBlit, bool stencilBlit, bool flipX, bool flipY) blitWithCommand() argument
899 blit(const gl::Context *context, const gl::Rectangle &sourceAreaIn, const gl::Rectangle &destAreaIn, GLbitfield mask, GLenum filter) blit() argument
H A DSecondaryCommandBuffer.h146 VkFilter filter; member
999 blitImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit *regions, VkFilter filter) blitImage() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp241 GL_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) GL_BlitFramebuffer() argument
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp644 drawTexture(const GrClip* clip, GrSurfaceProxyView view, SkAlphaType srcAlphaType, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode blendMode, const SkPMColor4f& color, const SkRect& srcRect, const SkRect& dstRect, GrAA aa, GrQuadAAFlags edgeAA, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> colorSpaceXform) drawTexture() argument
690 drawTexturedQuad(const GrClip* clip, GrSurfaceProxyView proxyView, SkAlphaType srcAlphaType, sk_sp<GrColorSpaceXform> textureXform, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, const SkPMColor4f& color, SkBlendMode blendMode, GrAA aa, DrawQuad* quad, const SkRect* subset) drawTexturedQuad() argument
952 drawTextureSet(const GrClip* clip, GrTextureSetEntry set[], int cnt, int proxyRunCnt, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode mode, GrAA aa, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> texXform) drawTextureSet() argument
1466 drawImageLattice(const GrClip* clip, GrPaint&& paint, const SkMatrix& viewMatrix, GrSurfaceProxyView view, SkAlphaType alphaType, sk_sp<GrColorSpaceXform> csxf, GrSamplerState::Filter filter, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) drawImageLattice() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp3395 void Surface::copyInternal(const Surface *source, int x, int y, float srcX, float srcY, bool filter) in copyInternal() argument
3413 void Surface::copyInternal(const Surface *source, int x, int y, int z, float srcX, float srcY, float srcZ, bool filter) in copyInternal() argument
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp1380 void SkXPSDevice::convertToPpm(const SkMaskFilter* filter, in convertToPpm() argument
1549 SkMaskFilter* filter = paint->getMaskFilter(); in drawPath() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp499 FilterTests(std::map<TestIdentifier, FileLine> *fileLinesOut, TestIdentifierFilter filter, bool alsoRunDisabledTests) FilterTests() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_zipfile.py1388 def filter(path): function
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp1230 DrawImageLatticeCommand(const SkImage* image, const SkCanvas::Lattice& lattice, const SkRect& dst, SkFilterMode filter, const SkPaint* paint) DrawImageLatticeCommand() argument
/third_party/skia/tools/viewer/
H A DViewer.cpp2374 static ImGuiTextFilter filter; in drawImGui() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2766 tcu::Sampler::FilterMode filter; in init() member
2776 tcu::Sampler::FilterMode filter; in init() member
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp2415 Vec4 ConstPixelBufferAccess::sample1D (const Sampler& sampler, Sampler::FilterMode filter, float s, int level) const in sample1D() argument
2423 Vec4 ConstPixelBufferAccess::sample2D (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, int depth) const in sample2D() argument
2431 Vec4 ConstPixelBufferAccess::sample3D (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, float r) const in sample3D() argument
2436 Vec4 ConstPixelBufferAccess::sample1DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, const IVec2& offset) const in sample1DOffset() argument
2459 Vec4 ConstPixelBufferAccess::sample2DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, const IVec3& offset) const in sample2DOffset() argument
2486 sample3DOffset(const Sampler& sampler, Sampler::FilterMode filter, float s, float t, float r, const IVec3& offset) const sample3DOffset() argument
2511 sample1DCompare(const Sampler& sampler, Sampler::FilterMode filter, float ref, float s, const IVec2& offset) const sample1DCompare() argument
2536 sample2DCompare(const Sampler& sampler, Sampler::FilterMode filter, float ref, float s, float t, const IVec3& offset) const sample2DCompare() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c774 AVFilterContext *filter = ost->filter in adjust_frame_pts_to_encoder_tb() local
1090 AVFilterContext *filter = ost->filter->filter; do_video_out() local
1322 AVFilterContext *filter; reap_filters() local
[all...]
H A Dffmpeg.h243 AVFilterContext *filter; member
267 AVFilterContext *filter; member
523 OutputFilter *filter; member
/third_party/ffmpeg/libavformat/
H A Dmpegts.c1083 MpegTSFilter *filter; in mpegts_open_filter() local
1109 MpegTSFilter *filter; mpegts_open_section_filter() local
1134 MpegTSFilter *filter; mpegts_open_pes_filter() local
1151 mpegts_close_filter(MpegTSContext *ts, MpegTSFilter *filter) mpegts_close_filter() argument
1735 mpegts_push_data(MpegTSFilter *filter, const uint8_t *buf, int buf_size, int is_start, int64_t pos) mpegts_push_data() argument
2292 m4sl_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) m4sl_cb() argument
2357 scte_data_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) scte_data_cb() argument
2921 pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) pmt_cb() argument
3168 pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) pat_cb() argument
3256 eit_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) eit_cb() argument
3310 sdt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) sdt_cb() argument
[all...]
/third_party/alsa-lib/src/seq/
H A Dseq.c1933 snd_seq_client_info_set_event_filter(snd_seq_client_info_t *info, unsigned char *filter) snd_seq_client_info_set_event_filter() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c3792 blit_shader(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *dst, VkFormat dst_format, struct v3dv_image *src, VkFormat src_format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, const VkImageBlit2 *region, VkFilter filter, bool dst_is_padded_image) blit_shader() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c3058 get_img_filter(const struct sp_sampler_view *sp_sview, const struct pipe_sampler_state *sampler, unsigned filter, bool gather) get_img_filter() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2128 static unsigned si_tex_mipfilter(unsigned filter) in si_tex_mipfilter() argument
4712 static inline unsigned si_tex_filter(unsigned filter, unsigned max_aniso) in si_tex_filter() argument
4722 static inline unsigned si_tex_aniso_filter(unsigned filter) in si_tex_aniso_filter() argument
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc2352 v8::PropertyFilter filter = v8::PropertyFilter::ALL_PROPERTIES; in OH_JSVM_GetAllPropertyNames() local
[all...]

Completed in 114 milliseconds

1...<<2122232425262728