Lines Matching refs:info
1489 * switch case GL_TEXTURE_CUBE_MAP_ARRAY for more info.
2681 /** Callback info for walking over FBO hash table */
2697 const struct cb_info *info = (struct cb_info *) userData;
2698 struct gl_context *ctx = info->ctx;
2699 const struct gl_texture_object *texObj = info->texObj;
2700 const GLuint level = info->level, face = info->face;
2741 struct cb_info info;
2742 info.ctx = ctx;
2743 info.texObj = texObj;
2744 info.level = level;
2745 info.face = face;
2746 _mesa_HashWalk(ctx->Shared->FrameBuffers, check_rtt_cb, &info);