Searched refs:gContext (Results 1 – 4 of 4) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/ |
| A D | elm_init.c | 63 elm_tls->gContext.version = VERSION; in _initialize_elm() 65 elm_tls->gContext.objectCount = 0; in _initialize_elm() 68 elm_tls->gContext.vector_id = -1; in _initialize_elm() 76 elm_tls->gContext.objmap_ebo[i] = 0; in _initialize_elm() 79 elm_tls->gContext.objmap_evo[i] = 0; in _initialize_elm() 82 elm_tls->gContext.objmap_group[i] = 0; in _initialize_elm() 85 elm_tls->gContext.objmap_grad[i] = 0; in _initialize_elm() 88 elm_tls->gContext.objcounter_grad = 0; in _initialize_elm() 89 elm_tls->gContext.objcounter_evo = 0; in _initialize_elm() 90 elm_tls->gContext.objcounter_ebo = 0; in _initialize_elm() [all …]
|
| A D | elm_object.c | 165 …index = get_free_objects(elm_tls->gContext.objmap_evo, COUNT_OF(elm_tls->gContext.objmap_evo), cou… in alloc_evo() 189 … index = get_free_objects(elm_tls->gContext.objmap_ebo, COUNT_OF(elm_tls->gContext.objmap_ebo), 1); in alloc_ebo() 194 elm_tls->gContext.objcounter_ebo++; in alloc_ebo() 211 …index = get_free_objects(elm_tls->gContext.objmap_group, COUNT_OF(elm_tls->gContext.objmap_group),… in alloc_ego() 231 elm_tls->gContext.objcounter_group--; in free_ego() 245 …index = get_free_objects(elm_tls->gContext.objmap_grad, COUNT_OF(elm_tls->gContext.objmap_grad), 1… in alloc_grad() 250 elm_tls->gContext.objcounter_grad++; in alloc_grad() 450 elm_tls->gContext.objcounter_evo--; in destroy_evo() 494 elm_tls->gContext.objcounter_group--; in destroy_ego() 521 elm_tls->gContext.objcounter_ebo--; in destroy_ebo() [all …]
|
| A D | elm_buffer.c | 310 if (elm_tls->gContext.elmFB[i].buffer == NULL) { in ElmGetBuffer() 311 elm_tls->gContext.elmFB[i].buffer = buffer; in ElmGetBuffer() 312 …elm_tls->gContext.elmFB[i].handle = ElmWrapBuffer(buffer->width, buffer->height, buffer->stride, b… in ElmGetBuffer() 315 return elm_tls->gContext.elmFB[i].handle; in ElmGetBuffer() 317 if (elm_tls->gContext.elmFB[i].buffer == buffer) in ElmGetBuffer() 318 return elm_tls->gContext.elmFB[i].handle; in ElmGetBuffer()
|
| A D | velm.h | 39 elm_tls->gContext.object_slots[id % SLOT_COUNT] 338 el_Context gContext; member
|
Completed in 13 milliseconds