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

  /frameworks/base/libs/hwui/
DrawProfiler.h 76 int mCurrentFrame;
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 496 uint8_t* mCurrentFrame;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 173 struct FrameInfo mCurrentFrame;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 48 void reset() { mCurrentFrame.reset(0); }
49 int getMDPCompCount() { return mCurrentFrame.mdpCount; }
181 struct FrameInfo mCurrentFrame;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 48 bool isGLESOnlyComp() { return (mCurrentFrame.mdpCount == 0); }
243 struct FrameInfo mCurrentFrame;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 48 bool isGLESOnlyComp() { return (mCurrentFrame.mdpCount == 0); }
232 struct FrameInfo mCurrentFrame;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 68 private int mCurrentFrame;
227 mCurrentFrame = frame;
238 currentFrame = mCurrentFrame;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 147 private int mCurrentFrame;
363 mCurrentFrame = selectedFrame - 1;
414 mFrameSummaryViewPage.setSelectedFrame(mCurrentFrame);
    [all...]

Completed in 225 milliseconds