Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_blitter.c107 static bool blit_build_vs_passthrough(struct vrend_blitter_ctx *blit_ctx) in blit_build_vs_passthrough() argument
109 blit_ctx->vs = glCreateShader(GL_VERTEX_SHADER); in blit_build_vs_passthrough()
111 if (!build_and_check(blit_ctx->vs, in blit_build_vs_passthrough()
112 blit_ctx->use_gles ? VS_PASSTHROUGH_GLES : VS_PASSTHROUGH_GL)) { in blit_build_vs_passthrough()
113 glDeleteShader(blit_ctx->vs); in blit_build_vs_passthrough()
114 blit_ctx->vs = 0; in blit_build_vs_passthrough()
167 static GLuint blit_build_frag_tex_col(struct vrend_blitter_ctx *blit_ctx, in blit_build_frag_tex_col() argument
215 snprintf(shader_buf, 4096, blit_ctx->use_gles ? FS_TEXFETCH_COL_GLES : FS_TEXFETCH_COL_GL, in blit_build_frag_tex_col()
231 static GLuint blit_build_frag_tex_col_msaa(struct vrend_blitter_ctx *blit_ctx, in blit_build_frag_tex_col_msaa() argument
243 const char *ext_str = blit_ctx->use_gles ? "" : in blit_build_frag_tex_col_msaa()
[all …]