Home
last modified time | relevance | path

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

1...<<21222324252627

/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...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc2184 GetOwnValuesOrEntries(Isolate* isolate, Handle<JSReceiver> object, PropertyFilter filter, bool try_fast_path, bool get_entries) GetOwnValuesOrEntries() argument
2242 GetOwnValues(Handle<JSReceiver> object, PropertyFilter filter, bool try_fast_path) GetOwnValues() argument
2249 GetOwnEntries(Handle<JSReceiver> object, PropertyFilter filter, bool try_fast_path) GetOwnEntries() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c260 sampler_mipmap_mode(enum pipe_tex_mipfilter filter) in sampler_mipmap_mode() argument
272 sampler_address_mode(enum pipe_tex_wrap filter) in sampler_address_mode() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.h855 static inline unsigned eg_tex_filter(unsigned filter, unsigned max_aniso) in eg_tex_filter() argument
865 static inline unsigned r600_tex_aniso_filter(unsigned filter) in r600_tex_aniso_filter() argument
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c3056 BIO *filter; in www_body() local
3502 BIO *filter; in rev_body() local
/third_party/openssl/apps/
H A Ds_server.c3051 BIO *filter; in www_body() local
3497 BIO *filter; in rev_body() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp366 VkFilter filter; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp2284 ValidateBlitFramebuffer(const Context *context, angle::EntryPoint entryPoint, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) ValidateBlitFramebuffer() argument
H A DvalidationGL4.cpp1000 ValidateBlitNamedFramebuffer(const Context *context, angle::EntryPoint entryPoint, GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) ValidateBlitNamedFramebuffer() argument
H A DvalidationES2.cpp2403 ValidateBlitFramebufferANGLE(const Context *context, angle::EntryPoint entryPoint, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) ValidateBlitFramebufferANGLE() argument
2537 ValidateBlitFramebufferNV(const Context *context, angle::EntryPoint entryPoint, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) ValidateBlitFramebufferNV() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1807 GLenum filter = CalculateGenerateMipmapFilter(contextVk, mImage->getActualFormatID()); in generateMipmapsWithCompute() local
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp178 static GrGLenum filter_to_gl_mag_filter(GrSamplerState::Filter filter) { in filter_to_gl_mag_filter() argument
186 static GrGLenum filter_to_gl_min_filter(GrSamplerState::Filter filter, in filter_to_gl_min_filter() argument
[all...]

Completed in 131 milliseconds

1...<<21222324252627