HomeSort by relevance Sort by last modified time
    Searched refs:m_type (Results 26 - 50 of 223) sorted by null

12 3 4 5 6 7 8 9

  /external/deqp/framework/randomshaders/
rsgVariable.hpp 57 const VariableType& getType (void) const { return m_type; }
71 VariableType m_type; member in class:rsg::Variable
rsgVariable.cpp 32 : m_type (type)
58 if (m_type.isFloatOrVec() || m_type.isIntOrVec())
116 m_type.tokenizeShortType(str);
  /external/libavc/encoder/
ih264e_rc_mem_interface.h 51 #define FILL_MEMTAB(m_pv_mem_rec, m_j, m_mem_size, m_align, m_type) \
56 m_pv_mem_rec[m_j].e_mem_type = m_type; \
irc_mem_req_and_acq.h 51 #define FILL_MEMTAB(m_pv_mem_rec, m_j, m_mem_size, m_align, m_type) \
56 m_pv_mem_rec[m_j].e_mem_type = m_type; \
  /external/v8/tools/clang/blink_gc_plugin/tests/
finalize_after_dispatch.cpp 13 switch (m_type) {
32 switch (m_type) {
finalize_after_dispatch.h 40 A(Type type) : m_type(type) { }
42 Type m_type; member in class:blink::A
trace_after_dispatch.h 18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
trace_after_dispatch.cpp 13 switch (m_type) {
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
finalize_after_dispatch.cpp 13 switch (m_type) {
32 switch (m_type) {
finalize_after_dispatch.h 40 A(Type type) : m_type(type) { }
42 Type m_type; member in class:blink::A
trace_after_dispatch.h 18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
trace_after_dispatch.cpp 13 switch (m_type) {
  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 142 bool isValid (void) const { return isValidTypePath(m_type, m_path); }
143 VarType getType (void) const { return getVarType(m_type, m_path); }
148 bool operator== (const SubTypeAccess& other) const { return m_path == other.m_path && m_type == other.m_type; }
149 bool operator!= (const SubTypeAccess& other) const { return m_path != other.m_path || m_type != other.m_type; }
152 VarType m_type; member in class:glu::SubTypeAccess
166 bool operator== (const SubTypeIterator<IsExpanded>& other) const { return m_type == other.m_type && m_path == other.m_path; }
167 bool operator!= (const SubTypeIterator<IsExpanded>& other) const { return m_type != other.m_type || m_path != other.m_path;
184 const VarType* m_type; member in class:glu::SubTypeIterator
    [all...]
gluVarType.cpp 32 : m_type(TYPE_LAST)
37 : m_type(TYPE_LAST)
43 : m_type(TYPE_BASIC)
50 : m_type(TYPE_ARRAY)
58 : m_type(TYPE_STRUCT)
65 if (m_type == TYPE_ARRAY)
74 if (m_type == TYPE_ARRAY)
77 m_type = other.m_type;
80 if (m_type == TYPE_ARRAY
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_event.cpp 18 : m_pSrcTarget(pSrcTarget), m_pDstTarget(pDstTarget), m_type(type) {}
cfwl_message.cpp 18 : m_pSrcTarget(pSrcTarget), m_pDstTarget(pDstTarget), m_type(type) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
debug_fn_imps.hpp 60 PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->m_type == leaf_node);
61 PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->m_type == leaf_node);
104 if (p_nd->m_type == leaf_node)
106 PB_DS_DEBUG_VERIFY(p_nd->m_type == i_node);
trace_fn_imps.hpp 63 std::cerr << ((p_nd->m_type == pat_trie_leaf_node_type) ? "l " : "i ");
73 if (p_nd->m_type == pat_trie_leaf_node_type)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
debug_fn_imps.hpp 60 PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->m_type == leaf_node);
61 PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->m_type == leaf_node);
104 if (p_nd->m_type == leaf_node)
106 PB_DS_DEBUG_VERIFY(p_nd->m_type == i_node);
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 102 const AttribType getType (void) const { return m_type; }
109 AttribType m_type; member in class:deqp::gls::AttributeLocationTestUtil::Attribute
146 const AttribType m_type; member in class:deqp::gls::BindAttributeTest
165 const AttribType m_type; member in class:deqp::gls::BindMaxAttributesTest
184 const AttribType m_type; member in class:deqp::gls::BindAliasingAttributeTest
203 const AttribType m_type; member in class:deqp::gls::BindMaxAliasingAttributeTest
221 const AttribType m_type; member in class:deqp::gls::BindInactiveAliasingAttributeTest
239 const AttribType m_type; member in class:deqp::gls::BindHoleAttributeTest
311 const AttribType m_type; member in class:deqp::gls::LocationAttributeTest
329 const AttribType m_type; member in class:deqp::gls::LocationMaxAttributesTest
347 const AttribType m_type; member in class:deqp::gls::LocationHoleAttributeTest
365 const AttribType m_type; member in class:deqp::gls::MixedAttributeTest
383 const AttribType m_type; member in class:deqp::gls::MixedMaxAttributesTest
401 const AttribType m_type; member in class:deqp::gls::MixedHoleAttributeTest
433 const AttribType m_type; member in class:deqp::gls::BindRelinkHoleAttributeTest
451 const AttribType m_type; member in class:deqp::gls::MixedRelinkHoleAttributeTest
    [all...]
glsUniformBlockCase.hpp 81 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; }
83 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
105 Type m_type; member in class:deqp::gls::ub::VarType
128 StructMember (const char* name, const VarType& type, deUint32 flags) : m_name(name), m_type(type), m_flags(flags) {}
132 const VarType& getType (void) const { return m_type; }
137 VarType m_type; member in class:deqp::gls::ub::StructMember
170 const VarType& getType (void) const { return m_type; }
175 VarType m_type; member in class:deqp::gls::ub::Uniform
  /external/pdfium/xfa/fxgraphics/
cxfa_geshading.h 44 const CXFA_GEShading_Type m_type; member in class:CXFA_GEShading
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.hpp 78 return m_type == TYPE_BASIC;
82 return m_type == TYPE_ARRAY;
86 return m_type == TYPE_STRUCT;
124 Type m_type; member in class:deqp::ub::VarType
146 StructMember(const char* name, const VarType& type, deUint32 flags) : m_name(name), m_type(type), m_flags(flags)
159 return m_type;
168 VarType m_type; member in class:deqp::ub::StructMember
225 return m_type;
234 VarType m_type; member in class:deqp::ub::Uniform
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 83 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
84 bool isArrayType (void) const { return m_type == TYPE_ARRAY; }
85 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
107 Type m_type; member in class:vkt::ubo::VarType
131 : m_name(name), m_type(type), m_flags(flags)
138 const VarType& getType (void) const { return m_type; }
143 VarType m_type; member in class:vkt::ubo::StructMember
177 const VarType& getType (void) const { return m_type; }
182 VarType m_type; member in class:vkt::ubo::Uniform
  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 109 m_type = (SunRasType)m_strm.GetDWord();
115 (m_type == RAS_OLD || m_type == RAS_STANDARD ||
116 (m_type == RAS_BYTE_ENCODED && m_bpp == 8) || m_type == RAS_FORMAT_RGB) &&
207 if( m_type != RAS_BYTE_ENCODED )
276 if( m_type != RAS_BYTE_ENCODED )
362 if( m_type == RAS_FORMAT_RGB )
368 m_type == RAS_FORMAT_RGB ? 2 : 0 );
383 m_type == RAS_FORMAT_RGB ? 2 : 0 )
    [all...]

Completed in 407 milliseconds

12 3 4 5 6 7 8 9