OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deImage_create
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/deimage/
deImage.h
45
deImage*
deImage_create
(int width, int height, deImageFormat format);
deImage.c
44
deImage*
deImage_create
(int width, int height, deImageFormat format)
100
deImage* converted =
deImage_create
(width, height, format);
121
deImage* result =
deImage_create
(dstWidth, dstHeight, srcImage->format);
deTarga.c
74
image =
deImage_create
(width, height, format);
Completed in 465 milliseconds