/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VulkanSecondaryCommandBuffer.cpp | 103 angle::Result VulkanSecondaryCommandBuffer::end(Context *context) in end() function in rx::vk::VulkanSecondaryCommandBuffer
|
/third_party/skia/src/core/ |
H A D | SkStringUtils.cpp | 62 const uint16_t* end = src + count; in SkStringFromUTF16() local
|
H A D | SkArenaAllocList.h | 47 Iter end() { return Iter(); } in end() function in SkArenaAllocList
|
H A D | SkTSort.h | 194 void SkTQSort(T* begin, T* end, const C& lessThan) { in SkTQSort() argument 205 template <typename T> void SkTQSort(T* begin, T* end) { in SkTQSort() argument 210 template <typename T> void SkTQSort(T** begin, T** end) { in SkTQSort() argument
|
H A D | SkRecordPattern.h | 131 SK_ALWAYS_INLINE bool search(SkRecord* record, int* begin, int* end) { in search() argument
|
/third_party/skia/src/gpu/ |
H A D | GrDeferredUpload.h | 75 bool inInterval(const GrDeferredUploadToken& start, const GrDeferredUploadToken& end) { in inInterval() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | TransformFeedback.cpp | 87 void TransformFeedback::end() in end() function in es2::TransformFeedback
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | WeakMap.hpp | 50 const MapIterator end; member in vk::dbg::WeakMap::iterator 89 WeakMap<K, V>::iterator::iterator(const MapIterator &it, const MapIterator &end) in iterator() argument 143 typename WeakMap<K, V>::iterator WeakMap<K, V>::end() const end() function in vk::dbg::WeakMap [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | instruction_list.h | 100 iterator end() { return utils::IntrusiveList<Instruction>::end(); } in end() function in spvtools::opt::InstructionList 104 const_iterator end() const { in end() function in spvtools::opt::InstructionList
|
H A D | tree_iterator.h | 154 static inline PostOrderTreeDFIterator end(NodePtr sentinel_node) { in end() function in spvtools::opt::PostOrderTreeDFIterator [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | instruction_list.h | 100 iterator end() { return utils::IntrusiveList<Instruction>::end(); } in end() function in spvtools::opt::InstructionList 104 const_iterator end() const { in end() function in spvtools::opt::InstructionList
|
H A D | tree_iterator.h | 154 static inline PostOrderTreeDFIterator end(NodePtr sentinel_node) { in end() function in spvtools::opt::PostOrderTreeDFIterator [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | example_util.c | 27 char* end = NULL; in ExUtilGetUInt() local 54 char* end = NULL; in ExUtilGetFloat() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc_neon.c | 57 const uint32_t* const end = argb_data + (num_pixels & ~3); in SubtractGreenFromBlueAndRed_NEON() local
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgtypes.c | 158 CharList *pkg_appendToList(CharList *l, CharList** end, const char *str) in pkg_appendToList() argument 212 pkg_appendUniqueDirToList(CharList *l, CharList** end, const char *strAlias) pkg_appendUniqueDirToList() argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_icu.cpp | 81 char *end; in readList() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | fileserver_example_external_select.c | 106 time_t end; in main() local
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | memorypool.c | 71 size_t end; member [all...] |
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | FunctionList.h | 37 void operator()(iter_type begin, iter_type end) { in operator ()() argument
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
H A D | DelayLineEffect.h | 57 void operator () (iter_type begin, iter_type end) { in operator ()() argument
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsSimplify.cpp | 22 SkOpSpanBase* end = span; in bridgeWinding() local 99 SkOpSpanBase* end = span; bridgeXor() local [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFResourceDict.cpp | 41 char* end = get_resource_name(buffer + 1, type, key); in SkPDFWriteResourceName() local 58 char* end = get_resource_name(buffer, type, index); in resource() local
|
/third_party/skia/src/sksl/analysis/ |
H A D | SkSLGetLoopUnrollInfo.cpp | 27 static int calculate_count(double start, double end, double delta, bool forwards, bool inclusive) { in calculate_count() argument
|
/third_party/skia/src/utils/ |
H A D | SkBase64.cpp | 40 char unsigned const * const end = src + srcLength; in Decode() local
|
/third_party/skia/tests/ |
H A D | SubsetPath.cpp | 29 int start, end; in subset() local [all...] |