Home
last modified time | relevance | path

Searched refs:glamor_bind_texture (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transform.c179 glamor_bind_texture(glamor_get_screen_private(texture->drawable.pScreen), in glamor_set_texture_pixmap()
H A Dglamor_transfer.c55 glamor_bind_texture(glamor_priv, GL_TEXTURE0, fbo, TRUE); in glamor_upload_boxes()
H A Dglamor_dash.c192 glamor_bind_texture(glamor_priv, GL_TEXTURE1, dash_priv->fbo, FALSE); in glamor_dash_setup()
H A Dglamor_copy.c41 glamor_bind_texture(glamor_get_screen_private(dst->drawable.pScreen), in use_copyarea()
70 glamor_bind_texture(glamor_get_screen_private(dst->drawable.pScreen), in use_copyplane()
H A Dglamor_spans.c300 glamor_bind_texture(glamor_priv, GL_TEXTURE0, fbo, TRUE); in glamor_set_spans_gl()
H A Dglamor_composite_glyphs.c250 glamor_bind_texture(glamor_priv, GL_TEXTURE1, atlas_fbo, FALSE); in glamor_glyphs_flush()
H A Dglamor_priv.h589 void glamor_bind_texture(glamor_screen_private *glamor_priv,
H A Dglamor.c165 glamor_bind_texture(glamor_screen_private *glamor_priv, GLenum texture, in glamor_bind_texture() function
H A Dglamor_render.c531 glamor_bind_texture(glamor_priv, GL_TEXTURE0 + unit, fbo, in glamor_set_composite_texture()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog25691 This patch adds a helper function, glamor_bind_texture, which performs