Home
last modified time | relevance | path

Searched refs:m_state (Results 51 - 57 of 57) sorted by relevance

123

/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.h155 protocol::DictionaryValue* m_state; member in v8_inspector::V8RuntimeAgentImpl
H A Dv8-inspector-session-impl.h126 std::unique_ptr<protocol::DictionaryValue> m_state; member in v8_inspector::V8InspectorSessionImpl
H A Dv8-debugger-agent-impl.h217 protocol::DictionaryValue* m_state; member in v8_inspector::V8DebuggerAgentImpl
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp3821 const BBoxState m_state;
3835 , m_state (state)
3857 if (m_state == STATE_PER_PRIMITIVE && !hasES32OrGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"))
3872 << ((m_state == STATE_GLOBAL) ? (" each grid") : (" each triangle"))
3876 << ((m_state == STATE_GLOBAL) ? ("PRIMITIVE_BOUNDING_BOX_EXT state") : ("gl_BoundingBoxEXT output"))
3888 if (m_state == STATE_PER_PRIMITIVE)
3952 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE);
3999 if (m_state == STATE_GLOBAL)
4024 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE);
4062 const bool hasTessellation = (m_state
[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp4587 std::uint64_t m_state;
12241 m_state = 0;
12243 m_state += seed_;
12257 const uint32_t xorshifted = static_cast<uint32_t>(((m_state >> 18u) ^ m_state) >> 27u);
12258 const auto output = rotate_right(xorshifted, m_state >> 59u);
12261 m_state = m_state * 6364136223846793005ULL + s_inc;
12267 return lhs.m_state == rhs.m_state;
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c4706 void *m_state, *n_state; in profile_set_add_auto() local
4720 PA_HASHMAP_FOREACH(m, ps->mappings, m_state) { in profile_set_add_auto()
/third_party/astc-encoder/Source/
H A Dtinyexr.h1633 (r)->m_state = 0; \
1679 mz_uint32 m_state, m_num_bits, m_zhdr0, m_zhdr1, m_z_adler32, m_final, m_type, member
2421 switch (r->m_state) { \
2426 r->m_state = state_index; \

Completed in 47 milliseconds

123