Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c710 GLuint pstipple_tex_id; member
1222 glGenTextures(1, &ctx->pstipple_tex_id); in vrend_init_pstipple_texture()
1223 glBindTexture(GL_TEXTURE_2D, ctx->pstipple_tex_id); in vrend_init_pstipple_texture()
4436 glBindTexture(GL_TEXTURE_2D, sub_ctx->parent->pstipple_tex_id); in vrend_draw_bind_objects()
6350 glDeleteTextures(1, &ctx->pstipple_tex_id); in vrend_destroy_context()
8313 glBindTexture(GL_TEXTURE_2D, ctx->pstipple_tex_id); in vrend_set_polygon_stipple()