Searched refs:OES_draw_texture (Results 1 – 8 of 8) sorted by relevance
77 ctx->Extensions.OES_draw_texture = true; in intelInitExtensions()
35 if (!ctx->Extensions.OES_draw_texture) { in draw_texture()
515 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in set_tex_parameteri()2258 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in get_tex_parameterfv()2530 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in get_tex_parameteriv()
432 EXT(OES_draw_texture , OES_draw_texture , x , x , ES…
4476 GLboolean OES_draw_texture; member
137 ctx->Extensions.OES_draw_texture = true; in intelInitExtensions()
1090 extensions->OES_draw_texture = GL_TRUE; in st_init_extensions()
2509 - st/mesa: Add a NIR version of the OES_draw_texture built-in shaders.