OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ib_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c
795
GLuint
ib_size
;
local
805
ib_size
= ib_type_size * index_buffer->count;
814
intel_upload_data(&brw->intel, index_buffer->ptr,
ib_size
, ib_type_size,
826
ib_size
,
830
intel_upload_data(&brw->intel, map,
ib_size
, ib_type_size,
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c
795
GLuint
ib_size
;
local
805
ib_size
= ib_type_size * index_buffer->count;
814
intel_upload_data(&brw->intel, index_buffer->ptr,
ib_size
, ib_type_size,
826
ib_size
,
830
intel_upload_data(&brw->intel, map,
ib_size
, ib_type_size,
Completed in 135 milliseconds