HomeSort by relevance Sort by last modified time
    Searched refs:tex_colors (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/demos/
tri.c 803 demo_prepare_texture_image(struct demo *demo, const uint32_t *tex_colors,
878 row[x] = tex_colors[(x & 1) ^ (y & 1)];
902 const uint32_t tex_colors[DEMO_TEXTURE_COUNT][2] = { local
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 801 uint32_t tex_colors[2] = {0xffff0000, 0xff00ff00}; local
814 colors = tex_colors;
    [all...]

Completed in 62 milliseconds