OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachments_with_format
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c
289
unsigned int *
attachments_with_format
;
local
294
attachments_with_format
= calloc(count * 2, sizeof(unsigned int));
295
if (!
attachments_with_format
) {
301
attachments_with_format
[2*i] = attachments[i];
302
attachments_with_format
[2*i + 1] = format;
308
attachments_with_format
, count,
311
free(
attachments_with_format
);
platform_wayland.c
500
unsigned int *
attachments_with_format
;
local
505
attachments_with_format
= calloc(count * 2, sizeof(unsigned int));
506
if (!
attachments_with_format
) {
512
attachments_with_format
[2*i] = attachments[i];
513
attachments_with_format
[2*i + 1] = format;
519
attachments_with_format
, count,
522
free(
attachments_with_format
);
/external/mesa3d/src/egl/drivers/dri2/
platform_drm.c
289
unsigned int *
attachments_with_format
;
local
294
attachments_with_format
= calloc(count * 2, sizeof(unsigned int));
295
if (!
attachments_with_format
) {
301
attachments_with_format
[2*i] = attachments[i];
302
attachments_with_format
[2*i + 1] = format;
308
attachments_with_format
, count,
311
free(
attachments_with_format
);
platform_wayland.c
500
unsigned int *
attachments_with_format
;
local
505
attachments_with_format
= calloc(count * 2, sizeof(unsigned int));
506
if (!
attachments_with_format
) {
512
attachments_with_format
[2*i] = attachments[i];
513
attachments_with_format
[2*i + 1] = format;
519
attachments_with_format
, count,
522
free(
attachments_with_format
);
Completed in 211 milliseconds