Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/drivers/gles2/
H A Drasterizer_canvas_gles2.h112 RID RID_texture; member
H A Drasterizer_canvas_gles2.cpp133 if ((batch_texture.RID_texture == p_texture) && (batch_texture.RID_normal == p_normal)) { in _batch_find_or_create_tex()
148 if ((batch_texture.RID_texture == p_texture) && (batch_texture.RID_normal == p_normal)) { in _batch_find_or_create_tex()
162 new_batch_tex.RID_texture = p_texture; in _batch_find_or_create_tex()
646 _bind_canvas_texture(tex.RID_texture, tex.RID_normal); in _batch_render_rects()
791 int tex_id = (int)bdata.batch_textures[batch.batch_texture_id].RID_texture.get_id(); in diagnose_batches()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles2/
H A Drasterizer_canvas_gles2.h112 RID RID_texture; member
H A Drasterizer_canvas_gles2.cpp133 if ((batch_texture.RID_texture == p_texture) && (batch_texture.RID_normal == p_normal)) { in _batch_find_or_create_tex()
148 if ((batch_texture.RID_texture == p_texture) && (batch_texture.RID_normal == p_normal)) { in _batch_find_or_create_tex()
162 new_batch_tex.RID_texture = p_texture; in _batch_find_or_create_tex()
646 _bind_canvas_texture(tex.RID_texture, tex.RID_normal); in _batch_render_rects()
791 int tex_id = (int)bdata.batch_textures[batch.batch_texture_id].RID_texture.get_id(); in diagnose_batches()