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

  /frameworks/base/opengl/libs/EGL/
Loader.cpp 180 char scrap[256]; local
193 strncpy(scrap, name, index);
194 scrap[index] = 0;
195 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
196 //LOGD_IF(f, "found <%s> instead", scrap);
203 strncpy(scrap, name, index);
204 scrap[index] = 0;
205 strcat(scrap, "OES");
206 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
207 //LOGD_IF(f, "found <%s> instead", scrap);
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 111 milliseconds