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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.cpp 52 void *pointerArgs[] = {
57 &glmsg, pointerArgs);
86 void *pointerArgs[] = {
91 &glmsg, pointerArgs);
126 void *pointerArgs[] = {
132 &glmsg, pointerArgs);
161 void *pointerArgs[] = {
166 &glmsg, pointerArgs);
195 void *pointerArgs[] = {
200 &glmsg, pointerArgs);
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 129 SmallVector<std::pair<Argument*, unsigned>, 16> PointerArgs;
134 PointerArgs.push_back(std::pair<Argument*, unsigned>(I, ArgNo));
135 if (PointerArgs.empty()) return 0;
155 for (unsigned i = 0; i != PointerArgs.size(); ++i) {
156 bool isByVal = F->paramHasAttr(PointerArgs[i].second+1, Attribute::ByVal);
157 Argument *PtrArg = PointerArgs[i].first;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 183 void *pointerArgs[] = {
196 &glmsg, pointerArgs);

Completed in 441 milliseconds