| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
| H A D | TestSuite.cpp | 499 FilterTests(std::map<TestIdentifier, FileLine> *fileLinesOut, TestIdentifierFilter filter, bool alsoRunDisabledTests) FilterTests() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_zipfile.py | 1388 def filter(path): function
|
| /third_party/skia/tools/debugger/ |
| H A D | DrawCommand.cpp | 1230 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 D | Viewer.cpp | 2374 static ImGuiTextFilter filter; in drawImGui() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureGatherTests.cpp | 2766 tcu::Sampler::FilterMode filter; in init() member 2776 tcu::Sampler::FilterMode filter; in init() member
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTexture.cpp | 2415 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 D | ffmpeg.c | 774 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 D | ffmpeg.h | 243 AVFilterContext *filter; member 267 AVFilterContext *filter; member 523 OutputFilter *filter; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mpegts.c | 1083 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 D | seq.c | 1933 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 D | v3dv_meta_copy.c | 3792 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 D | sp_tex_sample.c | 3058 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 D | si_state.c | 2128 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 D | js_native_api_v8.cc | 2352 v8::PropertyFilter filter = v8::PropertyFilter::ALL_PROPERTIES; in OH_JSVM_GetAllPropertyNames() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 2184 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 D | zink_context.c | 260 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 D | r600_pipe_common.h | 855 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 D | s_server.c | 3056 BIO *filter; in www_body() local 3502 BIO *filter; in rev_body() local
|
| /third_party/openssl/apps/ |
| H A D | s_server.c | 3051 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 D | vktApiCopiesAndBlittingTests.cpp | 366 VkFilter filter; member [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES3.cpp | 2284 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 D | validationGL4.cpp | 1000 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 D | validationES2.cpp | 2403 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 D | TextureVk.cpp | 1807 GLenum filter = CalculateGenerateMipmapFilter(contextVk, mImage->getActualFormatID()); in generateMipmapsWithCompute() local
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLGpu.cpp | 178 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...] |