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

  /sdk/emulator/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);
  /sdk/emulator/opengl/tests/EGL_host_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);
  /sdk/emulator/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);

Completed in 165 milliseconds