| /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...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | entry_points.cpp | 943 GL_APICALL void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) in glBlitFramebufferNV() argument 1115 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) in glBlitFramebuffer() argument 948 glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) glBlitFramebufferANGLE() argument
|
| H A D | libGLESv2.cpp | 5644 static void GL_APIENTRY BlitFramebufferSW(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, bool allowPartialDepthStencilBlit) in BlitFramebufferSW() argument 5678 void GL_APIENTRY BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) in BlitFramebufferNV() argument 5683 BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) BlitFramebufferANGLE() argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
| H A D | NameTable.java | 1063 private NameEntryFilter filter = null; field in NameTable.NameEntryIterator 1069 private NameEntryIterator(NameEntryFilter filter) { in NameEntryIterator() argument 1115 iterator(NameEntryFilter filter) iterator() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_tarfile.py | 237 def filter(tarinfo): function 1407 def filter(tarinfo): global() function [all...] |
| H A D | test_logging.py | 443 def filter(self, record): member in GarrulousFilter 450 def filter(self, record): member in VerySpecificFilter 3525 def filter(self, _): global() member in ConfigDictTest.test_config_filter_method_works.FakeFilter 3623 def filter(self, record): global() member in LogRecordFactoryTest.setUp.CheckingFilter [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
| H A D | rs_node.cpp | 1560 void RSNode::SetFilter(const std::shared_ptr<RSFilter>& filter) in SetFilter() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
| H A D | rs_properties.cpp | 1754 void RSProperties::SetFilter(const std::shared_ptr<RSFilter>& filter) in SetFilter() argument 3512 std::shared_ptr<Drawing::ColorFilter> filter = nullptr; GenerateColorFilter() local [all...] |
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
| H A D | capture_session.cpp | 3070 uint8_t filter = 0; in SetFilter() local
|
| /foundation/window/window_manager/wm/src/ |
| H A D | window_session_impl.cpp | 3391 WMError WindowSessionImpl::SetKeyEventFilter(KeyEventFilterFunc filter) in SetKeyEventFilter() argument
|