Searched refs:program (Results 1 – 12 of 12) sorted by relevance
383 unsigned int program; in lv_opengles_shader_create() local384 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()
64 If you build your main program named `lv_demos`, then you can run the widgets demo by running `lv_d…
43 There are few PXP assertions that can stop the program execution in case the216 can stop the program execution in case the c:macro: `LV_ASSERT_HANDLER` is set
193 Open the dropdown from before and choose "Prepare program with Security Toolkit". Click the
60 exception by attempting to modify program memory (ROM).
26 While using it consumes more program space and more CPU overhead while setting and
685 # The FILE_VERSION_FILTER tag can be used to specify a program or script that687 # the version control system). Doxygen will invoke the program by executing (via690 # by doxygen. Whatever the program writes to standard output is used as the file893 # The INPUT_FILTER tag can be used to specify a program that doxygen should894 # invoke to filter for each input file. Doxygen will invoke the filter program901 # program writes to standard output. If FILTER_PATTERNS is specified, this tag1921 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program1949 # program listings (including syntax highlighting and cross-referencing
146 Doxygen is the first program in a chain that generates the online LVGL API
19 By following the steps you will have a fully functional program, which can be used as the foundatio…
286 variables stored in the compiled program).
363 Animation Timeline before deleting the Widget. Otherwise, the program may crash or behave abnormall…
55 easier to replace without needing to rebuild the main program.