Searched refs:OES_draw_texture (Results 1 – 8 of 8) sorted by relevance
38 if (!ctx->Extensions.OES_draw_texture) { in draw_texture()
433 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in set_tex_parameteri()1403 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in _mesa_GetTexParameterfv()1584 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in _mesa_GetTexParameteriv()
239 …{ "GL_OES_draw_texture", o(OES_draw_texture), E…
3087 GLboolean OES_draw_texture; member
92 ctx->Extensions.OES_draw_texture = true; in intelInitExtensions()
538 ctx->Extensions.OES_draw_texture = GL_TRUE; in st_init_extensions()