Home
last modified time | relevance | path

Searched defs:texture_object (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/tests/
H A Dtriangle-vulkan.c219 struct texture_object { struct
220 VkSampler sampler;
222 VkImage image;
223 VkImageLayout imageLayout;
225 VkDeviceMemory mem;
226 VkImageView view;
227 int32_t tex_width, tex_height;
/dports/graphics/glfw/glfw-3.3.4/tests/
H A Dtriangle-vulkan.c123 struct texture_object { struct
124 VkSampler sampler;
126 VkImage image;
127 VkImageLayout imageLayout;
129 VkDeviceMemory mem;
130 VkImageView view;
131 int32_t tex_width, tex_height;
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/tests/
H A Dvulkan.c219 struct texture_object { struct
220 VkSampler sampler;
222 VkImage image;
223 VkImageLayout imageLayout;
225 VkDeviceMemory mem;
226 VkImageView view;
227 int32_t tex_width, tex_height;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/tests/
H A Dvulkan.c234 struct texture_object { struct
235 VkSampler sampler;
237 VkImage image;
238 VkImageLayout imageLayout;
240 VkDeviceMemory mem;
241 VkImageView view;
242 int32_t tex_width, tex_height;
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/tests/
H A Dvulkan.c234 struct texture_object { struct
235 VkSampler sampler;
237 VkImage image;
238 VkImageLayout imageLayout;
240 VkDeviceMemory mem;
241 VkImageView view;
242 int32_t tex_width, tex_height;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dcube.cpp76 struct texture_object { struct
77 vk::Sampler sampler;
79 vk::Image image;
80 vk::Buffer buffer;
81 vk::ImageLayout imageLayout{vk::ImageLayout::eUndefined};
83 vk::MemoryAllocateInfo mem_alloc;
84 vk::DeviceMemory mem;
85 vk::ImageView view;
87 int32_t tex_width{0};
88 int32_t tex_height{0};
H A Dcube.c156 struct texture_object { struct
157 VkSampler sampler;
159 VkImage image;
160 VkBuffer buffer;
161 VkImageLayout imageLayout;
163 VkMemoryAllocateInfo mem_alloc;
164 VkDeviceMemory mem;
165 VkImageView view;
166 int32_t tex_width, tex_height;
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/cube/
H A Dcube.cpp77 struct texture_object { struct
78 vk::Sampler sampler;
80 vk::Image image;
81 vk::Buffer buffer;
82 vk::ImageLayout imageLayout{vk::ImageLayout::eUndefined};
84 vk::MemoryAllocateInfo mem_alloc;
85 vk::DeviceMemory mem;
86 vk::ImageView view;
88 int32_t tex_width{0};
89 int32_t tex_height{0};
H A Dcube.c160 struct texture_object { struct
161 VkSampler sampler;
163 VkImage image;
164 VkBuffer buffer;
165 VkImageLayout imageLayout;
167 VkMemoryAllocateInfo mem_alloc;
168 VkDeviceMemory mem;
169 VkImageView view;
170 int32_t tex_width, tex_height;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dcube.cpp75 struct texture_object { struct
76 vk::Sampler sampler;
78 vk::Image image;
79 vk::Buffer buffer;
80 vk::ImageLayout imageLayout{vk::ImageLayout::eUndefined};
82 vk::MemoryAllocateInfo mem_alloc;
83 vk::DeviceMemory mem;
84 vk::ImageView view;
86 int32_t tex_width{0};
87 int32_t tex_height{0};
H A Dcube.c158 struct texture_object { struct
159 VkSampler sampler;
161 VkImage image;
162 VkBuffer buffer;
163 VkImageLayout imageLayout;
165 VkMemoryAllocateInfo mem_alloc;
166 VkDeviceMemory mem;
167 VkImageView view;
168 int32_t tex_width, tex_height;
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-gles2-context.c218 CoglGLES2TextureObjectData *texture_object; in set_texture_object_data() local
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-gles2-context.c218 CoglGLES2TextureObjectData *texture_object; in set_texture_object_data() local
/dports/games/tenebrae/tenebrae_0/
H A Dglquake.h1525 int texture_object; //Object we should render to and use for drawing member