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

  /frameworks/base/libs/hwui/
DisplayListOp.h 40 // Use OP_LOG for logging with arglist, OP_LOGS if just printing char*
41 #define OP_LOGS(s) OP_LOG("%s", (s))
42 #define OP_LOG(s, ...) ALOGD( "%*s" s, level * 2, "", __VA_ARGS__ )
278 OP_LOG("Save flags %x", mFlags);
312 OP_LOG("Restore to count %d", mCount);
351 OP_LOG("SaveLayer%s of area " RECT_STRING,
388 OP_LOG("Translate by %f %f", mDx, mDy);
408 OP_LOG("Rotate by %f degrees", mDegrees);
427 OP_LOG("Scale by %f %f", mSx, mSy);
447 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
nv50_ir_emit_nv50.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 87 OP_LOG, // natural logarithm
nv50_ir_emit_nv50.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp     [all...]

Completed in 85 milliseconds