/third_party/skia/src/gpu/ |
H A D | GrTTopoSort.h | 28 SkASSERT(Traits::GetIndex(graph[i].get()) == (uint32_t) i); in GrTTopoSort_CleanExit() 71 // static uint32_t GetIndex() { ... } 111 for (uint32_t correctIndex = Traits::GetIndex((*graph)[i].get()); in GrTTopoSort() 113 correctIndex = Traits::GetIndex((*graph)[i].get())) { in GrTTopoSort()
|
H A D | GrRenderTask.h | 229 static uint32_t GetIndex(GrRenderTask* renderTask) {
|
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector-inl.h | 180 MaybeObject value = raw_feedback_slots(GetIndex(slot), kRelaxedLoad); in Get() 188 raw_feedback_slots(cage_base, GetIndex(slot), kRelaxedLoad); in Get() 230 set_raw_feedback_slots(GetIndex(slot), value, mode); in Set() 237 set_raw_feedback_slots(GetIndex(slot), maybe_value, mode); in Set()
|
H A D | map.h | 973 static inline int GetIndex(Handle<Map> map);
|
H A D | feedback-vector.h | 246 static int GetIndex(FeedbackSlot slot) { return slot.ToInt(); } in GetIndex() function in v8::internal::FeedbackVector
|
H A D | map-inl.h | 873 int NormalizedMapCache::GetIndex(Handle<Map> map) { in GetIndex() function in v8::internal::NormalizedMapCache
|
H A D | map.cc | 2327 MaybeObject value = WeakFixedArray::Get(GetIndex(fast_map)); in Get() 2344 WeakFixedArray::Set(GetIndex(fast_map), in Set()
|
H A D | feedback-vector.cc | 37 FeedbackVector::GetIndex(slot)); in AddTypeProfileSlot()
|
/third_party/node/tools/v8_gypfiles/ |
H A D | extras-libraries.cc | 22 int NativesCollection<EXTRAS>::GetIndex(const char* name) { in GetIndex() function in v8::internal::NativesCollection
|
/third_party/node/deps/v8/src/compiler/ |
H A D | feedback-source.cc | 22 return FeedbackVector::GetIndex(slot); in index()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 781 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function 973 { "index", (getter)GetIndex, NULL, "Index"}, 1223 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function 1261 { "index", (getter)GetIndex, NULL, "index"}, 1547 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function 1595 { "index", (getter)GetIndex, NULL, "Index"}, 1673 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function 1715 { "index", (getter)GetIndex, NULL, "Index", NULL}, 1796 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function 1827 { "index", (getter)GetIndex, NUL [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Format.h | 111 size_t GetIndex() const;
|
H A D | Format.cpp | 119 size_t Format::GetIndex() const {
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | page-memory.h | 130 size_t GetIndex(ConstAddress address) const { in GetIndex() function in cppgc::internal::final 250 size_t index = GetIndex(address); in Lookup()
|
H A D | page-memory.cc | 119 const size_t index = GetIndex(writeable_base); in Allocate() 125 const size_t index = GetIndex(writeable_base); in Free()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | DeviceGL.cpp | 108 ASSERT(format.GetIndex() < mFormatTable.size()); in GetGLFormat() 110 const GLFormat& result = mFormatTable[format.GetIndex()]; in GetGLFormat()
|
/third_party/skia/samplecode/ |
H A D | SampleFatBits.cpp | 368 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick 486 int index = IndexClick::GetIndex(click);
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 319 if (fDWriteFontFace->GetIndex() != SkTo<UINT32>(args.getCollectionIndex())) { 365 *ttcIndex = fDWriteFontFace->GetIndex();
|
H A D | SkRemotableFontMgr_win_dw.cpp | 119 fontId->fTtcIndex = fontFace->GetIndex(); in FontToIdentity()
|
H A D | SkFontMgr_win_dw.cpp | 1101 int faceIndex = fontFace->GetIndex(); in onMakeFromStreamArgs()
|
/third_party/skia/tools/ |
H A D | ToolUtils.h | 195 static uint32_t GetIndex(TopoTestNode* node) { return node->outputPos(); } in GetIndex() function in ToolUtils::TopoTestNode
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 129 TOperator GetIndex(TSymbolTable *symbolTable, in GetIndex() function 892 TOperator op = GetIndex(mSymbolTable, ancestor, &indices, &prependStatements); in transformExpression()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 276 ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Data.Data && p < Data.Data + Data.Size); return (ImPoolIdx)(p - Data.Data); } in GetIndex() function 280 void Remove(ImGuiID key, const T* p) { Remove(key, GetIndex(p)); } in Remove()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_tables.cpp | 342 const int table_idx = g.Tables.GetIndex(table); in BeginTableEx() 1394 outer_window->DC.CurrentTableIdx = g.CurrentTable ? g.Tables.GetIndex(g.CurrentTable) : -1; in EndTable() 3454 int table_idx = g.Tables.GetIndex(table); 3474 g.TablesLastTimeActive[g.Tables.GetIndex(table)] = -1.0f;
|
H A D | imgui_internal.h | 624 ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Buf.Data && p < Buf.Data + Buf.Size); return (ImPoolIdx)(p - Buf.Data); } 629 void Remove(ImGuiID key, const T* p) { Remove(key, GetIndex(p)); }
|