Searched defs:tex_colors (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/
H A Dtri.c803 demo_prepare_texture_image(struct demo *demo, const uint32_t *tex_colors, argument
878 row[x] = tex_colors[(x & 1) ^ (y & 1)];
902 const uint32_t tex_colors[DEMO_TEXTURE_COUNT][2] = { local
915 demo_prepare_texture_image(demo, tex_colors[i], &demo->textures[i],
925 demo_prepare_texture_image(demo, tex_colors[i], &staging_texture,
931 demo, tex_colors[i], &demo->textures[i],
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp801 uint32_t tex_colors[2] = {0xffff0000, 0xff00ff00}; local
814 colors = tex_colors;

Completed in 59 milliseconds