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

  /frameworks/base/libs/hwui/
DisplayListOp.h 41 // Use OP_LOG for logging with arglist, OP_LOGS if just printing char*
42 #define OP_LOGS(s) OP_LOG("%s", (s))
43 #define OP_LOG(s, ...) ALOGD( "%*s" s, level * 2, "", __VA_ARGS__ )
287 OP_LOG("Save flags %x", mFlags);
314 OP_LOG("Restore to count %d", mCount);
358 OP_LOG("SaveLayer%s of area " RECT_STRING,
400 OP_LOG("Translate by %f %f", mDx, mDy);
420 OP_LOG("Rotate by %f degrees", mDegrees);
439 OP_LOG("Scale by %f %f", mSx, mSy);
459 OP_LOG("Skew by %f %f", mSx, mSy)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 87 OP_LOG, // natural logarithm
nv50_ir_emit_nv50.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp     [all...]

Completed in 58 milliseconds