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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 19 } gles_funcs_by_name[] = { variable in typeref:struct:_gles_funcs_by_name
292 static int gles_num_funcs = sizeof(gles_funcs_by_name) / sizeof(struct _gles_funcs_by_name);
gles.cpp 47 if (!strcmp(gles_funcs_by_name[i].name, procname)) {
48 return (__eglMustCastToProperFunctionPointerType)gles_funcs_by_name[i].proc;
    [all...]

Completed in 155 milliseconds