Home
last modified time | relevance | path

Searched defs:filter (Results 1001 - 1025 of 1189) sorted by relevance

1...<<4142434445464748

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h684 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/tests/perf_tests/
H A DTracePerfTest.cpp456 BlitFramebufferMinimizedProc(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) BlitFramebufferMinimizedProc() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp1409 constexpr GLenum filter = GL_NEAREST; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp209 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/ops/
H A DTextureOp.cpp79 bool filter = srcRect.width() != dstRect.width() || srcRect.height() != dstRect.height() || in filter_and_mm_have_effect() local
92 bool filter = srcSize != dstSize || in filter_and_mm_have_effect() local
134 SkRect normalize_and_inset_subset(GrSamplerState::Filter filter, in normalize_and_inset_subset() argument
195 bool safe_to_ignore_subset_rect(GrAAType aaType, GrSamplerState::Filter filter, in safe_to_ignore_subset_rect() argument
229 Make(GrRecordingContext* context, GrSurfaceProxyView proxyView, sk_sp<GrColorSpaceXform> textureXform, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, const SkPMColor4f& color, Saturate saturate, GrAAType aaType, DrawQuad* quad, const SkRect* subset) Make() argument
244 Make(GrRecordingContext* context, GrTextureSetEntry set[], int cnt, int proxyRunCnt, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, Saturate saturate, GrAAType aaType, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> textureColorSpaceXform) Make() argument
380 GrSamplerState::Filter filter() const { filter() function
435 TextureOpImpl(GrSurfaceProxyView proxyView, sk_sp<GrColorSpaceXform> textureColorSpaceXform, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, const SkPMColor4f& color, Saturate saturate, GrAAType aaType, DrawQuad* quad, const SkRect* subsetRect) TextureOpImpl() argument
483 TextureOpImpl(GrTextureSetEntry set[], int cnt, int proxyRunCnt, const GrSamplerState::Filter filter, const GrSamplerState::MipmapMode mm, const Saturate saturate, const GrAAType aaType, const SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> textureColorSpaceXform) TextureOpImpl() argument
1129 Make(GrRecordingContext* context, GrSurfaceProxyView proxyView, SkAlphaType alphaType, sk_sp<GrColorSpaceXform> textureXform, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, const SkPMColor4f& color, Saturate saturate, SkBlendMode blendMode, GrAAType aaType, DrawQuad* quad, const SkRect* subset) Make() argument
1195 BatchSizeLimiter(SurfaceDrawContext* sdc, const GrClip* clip, GrRecordingContext* rContext, int numEntries, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, Saturate saturate, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> textureColorSpaceXform) BatchSizeLimiter() argument
1255 AddTextureSetOps(SurfaceDrawContext* sdc, const GrClip* clip, GrRecordingContext* context, GrTextureSetEntry set[], int cnt, int proxyRunCnt, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, Saturate saturate, SkBlendMode blendMode, GrAAType aaType, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> textureColorSpaceXform) AddTextureSetOps() argument
1416 GrSamplerState::Filter filter = (GrSamplerState::Filter)random->nextULessThan( GR_DRAW_OP_TEST_DEFINE() local
[all...]
/third_party/skia/src/gpu/v1/
H A DDevice.cpp807 filter, in drawImageLattice() local
761 drawViewLattice(GrSurfaceProxyView view, const GrColorInfo& info, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst, SkFilterMode filter, const SkPaint& origPaint) drawViewLattice() argument
794 drawImageLattice(const SkImage* image, const SkCanvas::Lattice& lattice, const SkRect& dst, SkFilterMode filter, const SkPaint& paint) drawImageLattice() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp70 static wgpu::FilterMode to_dawn_filter_mode(GrSamplerState::Filter filter) { in to_dawn_filter_mode() argument
/third_party/skia/src/core/
H A DSkCanvas.cpp222 newLayer(sk_sp<SkBaseDevice> layerDevice, sk_sp<SkImageFilter> filter, const SkPaint& restorePaint) newLayer() argument
717 get_layer_mapping_and_bounds( const SkImageFilter* filter, const SkMatrix& localToDst, const skif::DeviceSpace<SkIRect>& targetOutput, const skif::ParameterSpace<SkRect>* contentBounds = nullptr, bool mustCoverDst = true, SkScalar scaleFactor = 1.0f) get_layer_mapping_and_bounds() argument
829 internalDrawDeviceWithFilter(SkBaseDevice* src, SkBaseDevice* dst, const SkImageFilter* filter, const SkPaint& paint, DeviceCompatibleWithFilter compat, SkScalar scaleFactor) internalDrawDeviceWithFilter() argument
974 optimize_layer_filter(const SkImageFilter* filter, SkPaint* paint, bool* coversDevice=nullptr) optimize_layer_filter() argument
1044 const SkImageFilter* filter = optimize_layer_filter( internalSaveLayer() local
[all...]
/third_party/skia/src/gpu/
H A DSurfaceContext.cpp1212 auto filter = rescaleMode == RescaleMode::kNearest ? GrSamplerState::Filter::kNearest in rescaleInto() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp1835 void Blitter::blit(const vk::Image *src, vk::Image *dst, VkImageBlit2KHR region, VkFilter filter) in blit() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp1173 void GL_APIENTRY BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) in BlitFramebuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp908 Int4 filter = computeFilterOffset(lod); in sampleFloat2D() local
1001 Int4 filter = computeFilterOffset(lod); in sampleFloat3D() local
2248 void SamplerCore::address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, Int4 &offset, Int4 &filter, int whd, AddressingMode addressingMode, SamplerFunction function) in address() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1224 Int4 filter = computeFilterOffset(lod); in sampleFloat2D() local
1293 Int4 filter = computeFilterOffset(lod); in sampleFloat3D() local
2278 Int4 filter = -1; in computeFilterOffset() local
2338 address(Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, Float4 &texOffset, Int4 &filter, int whd, AddressingMode addressingMode, SamplerFunction function) address() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp844 CmdBlitImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageBlit2KHR &region, VkFilter filter) in CmdBlitImage() argument
863 const VkFilter filter; member in __anon22994::CmdBlitImage
/third_party/skia/third_party/externals/libpng/
H A Dpngrutil.c4130 png_read_filter_row(png_structrp pp, png_row_infop row_info, png_bytep row, png_const_bytep prev_row, int filter) png_read_filter_row() argument
[all...]
H A Dpngstruct.h257 png_byte filter; /* file filter type (always 0) */ member
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c550 const int filter = (data[0] >> 2) & 0x03; in ParseAlphaHeader() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp1759 applyFilter( const PathFilter& filter, ResKeyPath& path, const SRBRoot* bundle) applyFilter() argument
/third_party/skia/tests/
H A DImageFilterTest.cpp239 void addFilter(const char* name, sk_sp<SkImageFilter> filter, bool needsSaveLayer = false) { in addFilter() argument
488 SkImageFilter* filter = filters.getFilter(i); test_cropRects() local
1685 sk_sp<SkImageFilter> filter = make_grayscale(nullptr, nullptr); test_make_with_filter() local
[all...]
/third_party/python/Lib/tkinter/
H A Dtix.py730 def filter(self): member in ExFileSelectBox
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvmbcs.cpp853 ucnv_MBCSGetFilteredUnicodeSetForUnicode(const UConverterSharedData *sharedData, const USetAdder *sa, UConverterUnicodeSet which, UConverterSetFilter filter, UErrorCode *pErrorCode) ucnv_MBCSGetFilteredUnicodeSetForUnicode() argument
H A Dumutablecptrie.cpp285 maybeFilterValue(uint32_t value, uint32_t initialValue, uint32_t nullValue, UCPMapValueFilter *filter, const void *context) maybeFilterValue() argument
295 getRange( UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) const getRange() argument
1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument
1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument
[all...]
/third_party/python/Python/
H A Dinitconfig.c2637 const wchar_t *filter; in config_init_warnoptions() local
/third_party/python/Modules/_sre/
H A Dsre.c1061 PyObject* filter; in pattern_subx() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java2313 GenericDescriptor findSymbol(final String fullName, final SearchFilter filter) { in findSymbol() argument
2355 lookupSymbol( final String name, final GenericDescriptor relativeTo, final DescriptorPool.SearchFilter filter) lookupSymbol() argument
[all...]

Completed in 77 milliseconds

1...<<4142434445464748