Home
last modified time | relevance | path

Searched defs:last_sampler (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/tools/imgui/
Dimgui_impl_opengl3.cpp115 GLint last_sampler; glGetIntegerv(GL_SAMPLER_BINDING, &last_sampler); in ImGui_ImplOpenGL3_RenderDrawData() local
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_opengl3.cpp152 GLint last_sampler; glGetIntegerv(GL_SAMPLER_BINDING, &last_sampler); in ImGui_ImplOpenGL3_RenderDrawData() local
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl3.cpp383 …GLuint last_sampler; if (bd->GlVersion >= 330) { glGetIntegerv(GL_SAMPLER_BINDING, (GLint*)&last_s… in ImGui_ImplOpenGL3_RenderDrawData() local
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h259 GLuint last_sampler; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3216 unsigned last_sampler = util_last_bit(ctx->samplers_used); in emit_tex() local