Home
last modified time | relevance | path

Searched refs:program (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/drivers/glfw/
Dlv_opengles_driver.c383 unsigned int program; in lv_opengles_shader_create() local
384 GL_CALL(program = glCreateProgram()); in lv_opengles_shader_create()
388 GL_CALL(glAttachShader(program, vs)); in lv_opengles_shader_create()
389 GL_CALL(glAttachShader(program, fs)); in lv_opengles_shader_create()
390 GL_CALL(glLinkProgram(program)); in lv_opengles_shader_create()
391 GL_CALL(glValidateProgram(program)); in lv_opengles_shader_create()
396 return program; in lv_opengles_shader_create()
/lvgl-latest/demos/
DREADME.md64 If you build your main program named `lv_demos`, then you can run the widgets demo by running `lv_d…
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst43 There are few PXP assertions that can stop the program execution in case the
216 can stop the program execution in case the c:macro: `LV_ASSERT_HANDLER` is set
Dalif.rst193 Open the dropdown from before and choose "Prepare program with Security Toolkit". Click the
/lvgl-latest/docs/details/widgets/
Dlabel.rst60 exception by attempting to modify program memory (ROM).
/lvgl-latest/docs/details/other-components/
Dobj_property.rst26 While using it consumes more program space and more CPU overhead while setting and
/lvgl-latest/docs/
DDoxyfile685 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
687 # the version control system). Doxygen will invoke the program by executing (via
690 # by doxygen. Whatever the program writes to standard output is used as the file
893 # The INPUT_FILTER tag can be used to specify a program that doxygen should
894 # invoke to filter for each input file. Doxygen will invoke the filter program
901 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
1921 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1949 # program listings (including syntax highlighting and cross-referencing
DCODING_STYLE.rst146 Doxygen is the first program in a chain that generates the online LVGL API
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst19 By following the steps you will have a fully functional program, which can be used as the foundatio…
/lvgl-latest/docs/details/main-components/
Dfs.rst286 variables stored in the compiled program).
Danimation.rst363 Animation Timeline before deleting the Widget. Otherwise, the program may crash or behave abnormall…
Dimage.rst55 easier to replace without needing to rebuild the main program.