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

  /frameworks/base/libs/hwui/
DisplayListOp.h 44 // Use OP_LOG for logging with arglist, OP_LOGS if just printing char*
45 #define OP_LOGS(s) OP_LOG("%s", (s))
46 #define OP_LOG(s, ...) ALOGD( "%*s" s, level * 2, "", __VA_ARGS__ )
300 OP_LOG("Save flags %x", mFlags);
327 OP_LOG("Restore to count %d", mCount);
371 OP_LOG("SaveLayer%s of area " RECT_STRING,
411 OP_LOG("Translate by %f %f", mDx, mDy);
431 OP_LOG("Rotate by %f degrees", mDegrees);
450 OP_LOG("Scale by %f %f", mSx, mSy);
470 OP_LOG("Skew by %f %f", mSx, mSy)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 87 OP_LOG, // natural logarithm
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 87 OP_LOG, // natural logarithm

Completed in 228 milliseconds