HomeSort by relevance Sort by last modified time
    Searched defs:table_entries (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 68 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); local
70 EXPECT_GE(table_entries, 408u);
75 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); local
103 EXPECT_GE(table_entries, 978u - 6u - 1u - 2u - 13u - 7u - 2u);
108 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); local
114 EXPECT_LT(table_entries, _glapi_get_dispatch_table_size());
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 68 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); local
70 EXPECT_GE(table_entries, 408u);
75 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); local
103 EXPECT_GE(table_entries, 978u - 6u - 1u - 2u - 13u - 7u - 2u);
108 const unsigned table_entries = sizeof(struct _glapi_table) / sizeof(void *); local
114 EXPECT_LT(table_entries, _glapi_get_dispatch_table_size());
    [all...]
  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 731 uint32_t table_entries = 0; local
734 table_entries += huff->huffman_table[table_id].num_dc_codes[bit_ind];
737 ctx->symbol_codes[0][table_id] =(vlc_symbol_code_jpeg *)malloc(sizeof(vlc_symbol_code_jpeg) * table_entries);
755 while (huff_ind < table_entries) {
768 for (table_ind = 0; table_ind < table_entries; table_ind++) {
773 ctx->symbol_stats[0][table_id].num_codes = table_entries;
777 table_entries = 0;
779 table_entries += huff->huffman_table[table_id].num_ac_codes[bit_ind];
783 ctx->symbol_codes[1][table_id] = (vlc_symbol_code_jpeg *)malloc(sizeof(vlc_symbol_code_jpeg) * table_entries);
800 while (huff_ind < table_entries) {
    [all...]

Completed in 656 milliseconds