HomeSort by relevance Sort by last modified time
    Searched refs:CC_UNLIKELY (Results 51 - 75 of 82) sorted by null

1 23 4

  /frameworks/base/libs/hwui/
LayerBuilder.cpp 243 if (CC_UNLIKELY(activeUnclippedSaveLayers.empty() &&
254 if (CC_UNLIKELY(!mClearRects.empty())) {
SkiaShader.cpp 163 if (CC_UNLIKELY(!description->isSimpleGradient)) {
185 if (CC_UNLIKELY(data.gradientTexture)) {
FrameInfoVisualizer.cpp 77 if (CC_UNLIKELY(mDensity != density)) {
JankTracker.cpp 134 if (CC_UNLIKELY(frame[FrameInfoIndex::Flags] & EXEMPT_FRAMES_FLAGS)) {
Properties.cpp 183 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars))
SpotShadow.cpp 371 if (CC_UNLIKELY(lightCenter.z <= 0)) {
375 if (CC_UNLIKELY(polyLength < 3)) {
474 if (CC_UNLIKELY(totalExtraCornerSliceNumber > SPOT_MAX_EXTRA_CORNER_VERTEX_NUMBER)) {
512 if (CC_UNLIKELY(distOutline == 0)) {
    [all...]
ClipArea.cpp 408 if (CC_UNLIKELY(recordedClip->rect.isEmpty()) || mClipRect.isEmpty()) return &sEmptyClipRect;
423 } else if (CC_UNLIKELY(mMode == ClipMode::Region ||
FrameBuilder.cpp 252 if (CC_UNLIKELY(ATRACE_ENABLED() && properties.promotedToLayer())) {
287 } else if (CC_UNLIKELY(!saveLayerBounds.isEmpty())) {
515 if (CC_UNLIKELY(!renderNode.mProjectedNodes.empty() &&
    [all...]
Texture.cpp 352 if (CC_UNLIKELY(hasUnsupportedColorType(bitmap.info(), hasLinearBlending))) {
GlopBuilder.cpp 123 if (CC_UNLIKELY(uvMapper)) {
258 if (CC_UNLIKELY(mCaches.extensions().hasFramebufferFetch())) {
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 473 if (CC_UNLIKELY(!mWeakRef || !info.updateWindowPositions)) return;
502 if (CC_UNLIKELY(!mWeakRef || (info && !info->updateWindowPositions))) return;
507 if (CC_UNLIKELY(!localref)) {
533 if (CC_UNLIKELY(!localref)) {
  /frameworks/base/libs/hwui/pipeline/skia/
GLFunctorDrawable.cpp 152 if (CC_UNLIKELY(clipRegion.isComplex())) {
  /frameworks/native/services/surfaceflinger/
Client.cpp 134 if (CC_UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != AID_SYSTEM && uid != 0)
Transform.cpp 251 if (CC_UNLIKELY(type() > TRANSLATE)) {
SurfaceFlinger.cpp     [all...]
BufferLayer.cpp 165 if (CC_UNLIKELY(getBE().compositionInfo.mBuffer == 0)) {
    [all...]
  /frameworks/base/libs/hwui/hwui/
Canvas.cpp 123 if (CC_UNLIKELY(canvas->isHighContrastText() && paint.getAlpha() != 0)) {
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 400 if (CC_UNLIKELY(overrideDisableBlending)) {
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 435 if (CC_UNLIKELY(Properties::waitForGpuCompletion)) {
VulkanManager.cpp 602 if (CC_UNLIKELY(Properties::waitForGpuCompletion)) {
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 150 if (CC_UNLIKELY(impulse >= mRingFull)) {
AudioResamplerSinc.cpp 387 if (CC_UNLIKELY(impulse >= mRingFull)) {
  /frameworks/av/media/mtp/
MtpProperty.cpp 553 if ( CC_UNLIKELY(
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 324 if (CC_UNLIKELY(sReleasedTexImageBuffer == NULL)) {
    [all...]

Completed in 486 milliseconds

1 23 4