Home | History | Annotate | Download | only in test

Lines Matching refs:temp_egl

180 struct temp_egl {
293 static struct temp_egl **p_eglHeaders = NULL;
2333 p_eglHeaders = (struct temp_egl **)
2334 malloc(sizeof(struct temp_egl *)* bufCntMin);
2343 p_eglHeaders[bufCnt] = (struct temp_egl*)
2344 malloc(sizeof(struct temp_egl));