Searched defs:last_sampler (Results 1 – 5 of 5) sorted by relevance
115 GLint last_sampler; glGetIntegerv(GL_SAMPLER_BINDING, &last_sampler); in ImGui_ImplOpenGL3_RenderDrawData() local
152 GLint last_sampler; glGetIntegerv(GL_SAMPLER_BINDING, &last_sampler); in ImGui_ImplOpenGL3_RenderDrawData() local
383 …GLuint last_sampler; if (bd->GlVersion >= 330) { glGetIntegerv(GL_SAMPLER_BINDING, (GLint*)&last_s… in ImGui_ImplOpenGL3_RenderDrawData() local
259 GLuint last_sampler; member
3216 unsigned last_sampler = util_last_bit(ctx->samplers_used); in emit_tex() local