OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INTEL_UPLOAD_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_buffer_objects.c
486
#define
INTEL_UPLOAD_SIZE
(64*1024)
510
if (size <
INTEL_UPLOAD_SIZE
)
511
size =
INTEL_UPLOAD_SIZE
;
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.c
486
#define
INTEL_UPLOAD_SIZE
(64*1024)
510
if (size <
INTEL_UPLOAD_SIZE
)
511
size =
INTEL_UPLOAD_SIZE
;
Completed in 37 milliseconds