Searched refs:deImage_create (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/deimage/ |
D | deImage.c | 44 deImage* deImage_create (int width, int height, deImageFormat format) in deImage_create() function 100 deImage* converted = deImage_create(width, height, format); in deImage_convertFormat() 121 deImage* result = deImage_create(dstWidth, dstHeight, srcImage->format); in deImage_scale()
|
D | deImage.h | 45 deImage* deImage_create (int width, int height, deImageFormat format);
|
D | deTarga.c | 74 image = deImage_create(width, height, format); in deImage_loadTarga()
|