Home
last modified time | relevance | path

Searched refs:GPU_texture_create_1d_array (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/
H A DGPU_texture.h198 GPUTexture *GPU_texture_create_1d_array( in ENUM_OPERATORS()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_texture.cc243 GPUTexture *GPU_texture_create_1d_array( in GPU_texture_create_1d_array() function
H A Dgpu_material.c159 mat->coba_tex = GPU_texture_create_1d_array( in gpu_material_ramp_texture_build()
/dports/graphics/blender/blender-2.91.0/source/blender/blenfont/intern/
H A Dblf_glyph.c509 gc->texture = GPU_texture_create_1d_array(__func__, w, h, 1, GPU_R8, NULL); in blf_glyph_render()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dimage_gpu.c122 GPUTexture *tex = GPU_texture_create_1d_array(ima->id.name + 2, width, 2, 1, GPU_RGBA32F, data); in gpu_texture_create_tile_mapping()