Home
last modified time | relevance | path

Searched refs:GPU_texture_create_error (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_fluid.c210 tex = GPU_texture_create_error(3, false); in create_volume_texture()
218 tex = GPU_texture_create_error(3, false); in create_volume_texture()
231 tex = GPU_texture_create_error(3, false); in create_volume_texture()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dimage_gpu.c276 return GPU_texture_create_error(2, true); in image_gpu_texture_error_create()
278 return GPU_texture_create_error(1, true); in image_gpu_texture_error_create()
281 return GPU_texture_create_error(2, false); in image_gpu_texture_error_create()
H A Dmovieclip.c2106 *tex = GPU_texture_create_error(2, false);
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/
H A DGPU_texture.h224 GPUTexture *GPU_texture_create_error(int dimension, bool array); in ENUM_OPERATORS()
/dports/graphics/blender/blender-2.91.0/intern/opencolorio/
H A Docio_impl_glsl.cc297 lut3d->texture_dummy = GPU_texture_create_error(2, false); in ensureGLSLLut3d()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_texture.cc329 GPUTexture *GPU_texture_create_error(int dimension, bool is_array) in GPU_texture_create_error() function