Home
last modified time | relevance | path

Searched refs:GPU_shader_uniform_3f (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/
H A DGPU_shader.h147 void GPU_shader_uniform_3f(GPUShader *sh, const char *name, float x, float y, float z);
H A DGPU_batch.h137 GPU_shader_uniform_3f((batch)->shader, name, x, y, z); in ENUM_OPERATORS()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_shader.cc639 void GPU_shader_uniform_3f(GPUShader *sh, const char *name, float x, float y, float z) in GPU_shader_uniform_3f() function
H A Dgpu_immediate.cc588 GPU_shader_uniform_3f(imm->shader, name, x, y, z); in immUniform3f()