Home
last modified time | relevance | path

Searched refs:glsl_version (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_opengl3.cpp102 bool ImGui_ImplOpenGL3_Init(const char* glsl_version) in ImGui_ImplOpenGL3_Init() argument
109 if (glsl_version == NULL) in ImGui_ImplOpenGL3_Init()
110 glsl_version = "#version 300 es"; in ImGui_ImplOpenGL3_Init()
112 if (glsl_version == NULL) in ImGui_ImplOpenGL3_Init()
113 glsl_version = "#version 130"; in ImGui_ImplOpenGL3_Init()
115 IM_ASSERT((int)strlen(glsl_version) + 2 < IM_ARRAYSIZE(g_GlslVersionString)); in ImGui_ImplOpenGL3_Init()
116 strcpy(g_GlslVersionString, glsl_version); in ImGui_ImplOpenGL3_Init()
369 int glsl_version = 130; in ImGui_ImplOpenGL3_CreateDeviceObjects() local
370 sscanf(g_GlslVersionString, "#version %d", &glsl_version); in ImGui_ImplOpenGL3_CreateDeviceObjects()
475 if (glsl_version < 130) in ImGui_ImplOpenGL3_CreateDeviceObjects()
[all …]
Dimgui_impl_opengl3.h32 IMGUI_IMPL_API bool ImGui_ImplOpenGL3_Init(const char* glsl_version = NULL);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl3.cpp190 bool ImGui_ImplOpenGL3_Init(const char* glsl_version) in ImGui_ImplOpenGL3_Init() argument
233 if (glsl_version == NULL) in ImGui_ImplOpenGL3_Init()
236 glsl_version = "#version 100"; in ImGui_ImplOpenGL3_Init()
238 glsl_version = "#version 300 es"; in ImGui_ImplOpenGL3_Init()
240 glsl_version = "#version 150"; in ImGui_ImplOpenGL3_Init()
242 glsl_version = "#version 130"; in ImGui_ImplOpenGL3_Init()
245 IM_ASSERT((int)strlen(glsl_version) + 2 < IM_ARRAYSIZE(bd->GlslVersionString)); in ImGui_ImplOpenGL3_Init()
246 strcpy(bd->GlslVersionString, glsl_version); in ImGui_ImplOpenGL3_Init()
597 int glsl_version = 130; in ImGui_ImplOpenGL3_CreateDeviceObjects() local
598 sscanf(bd->GlslVersionString, "#version %d", &glsl_version); in ImGui_ImplOpenGL3_CreateDeviceObjects()
[all …]
Dimgui_impl_opengl3.h24 IMGUI_IMPL_API bool ImGui_ImplOpenGL3_Init(const char* glsl_version = NULL);
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
Dmain.cpp37 const char* glsl_version = "#version 100"; in main() local
43 const char* glsl_version = "#version 150"; in main() local
50 const char* glsl_version = "#version 130"; in main() local
77 ImGui_ImplOpenGL3_Init(glsl_version); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp32 const char* glsl_version = "#version 100"; in main() local
39 const char* glsl_version = "#version 150"; in main() local
46 const char* glsl_version = "#version 130"; in main() local
76 ImGui_ImplOpenGL3_Init(glsl_version); in main()
/third_party/mesa3d/src/intel/tools/imgui/
Dimgui_impl_opengl3.cpp75 bool ImGui_ImplOpenGL3_Init(const char* glsl_version) in ImGui_ImplOpenGL3_Init() argument
78 if (glsl_version == NULL) in ImGui_ImplOpenGL3_Init()
79 glsl_version = "#version 130"; in ImGui_ImplOpenGL3_Init()
80 IM_ASSERT((int)strlen(glsl_version) + 2 < IM_ARRAYSIZE(g_GlslVersionString)); in ImGui_ImplOpenGL3_Init()
81 strcpy(g_GlslVersionString, glsl_version); in ImGui_ImplOpenGL3_Init()
313 int glsl_version = 130; in ImGui_ImplOpenGL3_CreateDeviceObjects() local
314 sscanf(g_GlslVersionString, "#version %d", &glsl_version); in ImGui_ImplOpenGL3_CreateDeviceObjects()
369 if (glsl_version < 130) in ImGui_ImplOpenGL3_CreateDeviceObjects()
Dimgui_impl_opengl3.h16 IMGUI_IMPL_API bool ImGui_ImplOpenGL3_Init(const char* glsl_version = NULL);
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
Dmain.cpp48 const char* glsl_version = "#version 150"; in main() local
55 const char* glsl_version = "#version 130"; in main() local
98 ImGui_ImplOpenGL3_Init(glsl_version); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp37 const char* glsl_version = "#version 150"; in main() local
44 const char* glsl_version = "#version 130"; in main() local
89 ImGui_ImplOpenGL3_Init(glsl_version); in main()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp152 glu::GLSLVersion glsl_version);
214 glu::GLSLVersion glsl_version) in TexImageUtils() argument
232 , m_glsl_version(glsl_version) in TexImageUtils()
615 glu::GLSLVersion glsl_version);
636 glu::GLSLVersion glsl_version) in TexImage2DCase() argument
642 glsl_version) in TexImage2DCase()
880 glu::GLSLVersion glsl_version);
904 glu::GLSLVersion glsl_version) in TexImage3DCase() argument
910 glsl_version) in TexImage3DCase()
1185 glu::GLSLVersion glsl_version);
[all …]
DglcPixelStorageModesTests.hpp38 PixelStorageModesTests (deqp::Context& context, glu::GLSLVersion glsl_version);
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
Dmain.cpp38 const char* glsl_version = "#version 100"; in main() local
78 ImGui_ImplOpenGL3_Init(glsl_version); in main()
/third_party/mesa3d/src/compiler/glsl/
Dstandalone.h32 int glsl_version; member
Dmain.cpp85 options.glsl_version = strtol(optarg, NULL, 10); in main()
Dstandalone.cpp130 ctx->Const.GLSLVersion = options->glsl_version; in initialize_context()
403 switch (options->glsl_version) { in standalone_compile_shader()
424 fprintf(stderr, "Unrecognized GLSL version `%d'\n", options->glsl_version); in standalone_compile_shader()
431 initialize_context(ctx, options->glsl_version > 130 ? API_OPENGL_CORE : API_OPENGL_COMPAT); in standalone_compile_shader()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cCopyImageTests.cpp200 glu::GLSLVersion glsl_version = glu::getContextTypeGLSLVersion(render_context.getType()); in verify() local
204 specialization_map["VERSION"] = glu::getGLSLVersionDeclaration(glsl_version); in verify()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c95 GLboolean glsl_version, GLboolean do_depth) in blitframebuffer_texture() argument
183 if (glsl_version) { in blitframebuffer_texture()
228 if (!glsl_version) { in blitframebuffer_texture()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c589 gint maj, min, glsl_version; in gst_gl_context_supports_glsl_profile_version() local
606 glsl_version = gst_gl_version_to_glsl_version (gl_api, maj, min); in gst_gl_context_supports_glsl_profile_version()
607 if (version > glsl_version) in gst_gl_context_supports_glsl_profile_version()
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c90 .glsl_version = 110, in load_glsl()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c95 .glsl_version = 300, /* ES - needed for precision */ in compile_shader()
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c132 .glsl_version = 300, /* ES - needed for precision */ in compile_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c111 .glsl_version = 310, in load_glsl()