HomeSort by relevance Sort by last modified time
    Searched refs:egl_funcs_by_name (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 19 } egl_funcs_by_name[] = { variable in typeref:struct:_egl_funcs_by_name
64 static const int egl_num_funcs = sizeof(egl_funcs_by_name) / sizeof(struct _egl_funcs_by_name);
egl.cpp 532 if (!strcmp(egl_funcs_by_name[i].name, procname)) {
533 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 19 } egl_funcs_by_name[] = { variable in typeref:struct:_egl_funcs_by_name
66 static int egl_num_funcs = sizeof(egl_funcs_by_name) / sizeof(struct _egl_funcs_by_name);
egl.cpp 252 if (!strcmp(egl_funcs_by_name[i].name, procname)) {
253 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc;

Completed in 43 milliseconds