Searched refs:AndroidGLESLayer_Initialize (Results 1 – 2 of 2) sorted by relevance
8 …or each layer, it will track two entrypoints from the layer. `AndroidGLESLayer_Initialize` and `A…11 void* AndroidGLESLayer_Initialize(void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_…14 `AndroidGLESLayer_Initialize` is a new function that provides an identifier for the layer to use (l…27 For each layer found, the GLES LayerLoader will call `AndroidGLESLayer_Initialize`, and then walk l…29 The layers are not required to do anything with the info provided by `AndroidGLESLayer_Initialize` …100 AndroidGLESLayer_Initialize106 …The layer can utilize get_next_layer_proc_address provided by `AndroidGLESLayer_Initialize` to loo…158 __attribute((visibility("default"))) EGLAPI void AndroidGLESLayer_Initialize(222 __attribute((visibility("default"))) EGLAPI void AndroidGLESLayer_Initialize(
275 __attribute((visibility("default"))) EGLAPI void AndroidGLESLayer_Initialize(void* layer_id, in AndroidGLESLayer_Initialize() function