Searched refs:NumAttributes (Results 1 – 11 of 11) sorted by relevance
109 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()113 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()154 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()158 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()199 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()203 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()
98 program->arb.NumAttributes = prog.arb.NumAttributes; in _mesa_parse_arb_fragment_program()193 program->arb.NumAttributes = prog.arb.NumAttributes; in _mesa_parse_arb_vertex_program()
884 fprintf(f, "NumAttributes=%d\n", prog->arb.NumAttributes); in _mesa_fprint_program_parameters()
2616 state->prog->arb.NumAttributes =2626 state->prog->arb.NumNativeAttributes = state->prog->arb.NumAttributes;
29 size_t NumAttributes() const { return m_attributes.size(); } in NumAttributes() function
75 const size_t num_attrs = abbr_decl.NumAttributes(); in GetUnsupportedForms()
67 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in Extract()248 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in GetDIENamesAndRanges()411 const uint32_t num_attributes = abbrevDecl->NumAttributes(); in GetAttributes()
126 size_t NumAttributes() const { return encoded_attrs_.size(); } in NumAttributes() function
921 *params = prog->arb.NumAttributes; in get_program_iv()
1634 p.program->arb.NumAttributes = p.program->arb.NumAddressRegs = 0; in create_new_program()
2248 GLuint NumAttributes; member