HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 201 - 225 of 269) sorted by null

1 2 3 4 5 6 7 891011

  /external/bluetooth/bluez/audio/
unix.c 489 mpeg->layer & MPEG_LAYER_MP1 ? "1 " : "",
490 mpeg->layer & MPEG_LAYER_MP2 ? "2 " : "",
491 mpeg->layer & MPEG_LAYER_MP3 ? "3 " : "",
581 mpeg->layer = mpeg_cap->layer;
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 89 uint texture, int level, int layer);
314 textures, each layer is filtered independently. ..."
537 texTarget Texture Type s t r layer shadow
555 layer selector for array textures, and the reference value for
575 uint texture, int level, int layer);
578 attaches a single layer of a three-dimensional texture or a one- or
579 two-dimensional array texture. <layer> is an integer indicating the
580 layer number, and is treated identically to the <zoffset> parameter in
582 <layer> is negative. The error INVALID_OPERATION is generated if
590 FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT is set to <layer>.
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 21 clientInfo: {"blacklist_version":"1.10","cl":"80750-dirty","command_line":"./out/Debug/chrome --flag-switches-begin --show-composited-layer-borders --show-fps-counter --flag-switches-end","official":"Developer Build","version":"12.0.729.0","version_mod":""},
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 661 toRenderInline(containerBlock)->layer()->setStaticInlinePosition(block->startOffsetForLine(blockHeight, false));
662 toRenderInline(containerBlock)->layer()->setStaticBlockPosition(blockHeight);
666 child->layer()->setStaticInlinePosition(block->startOffsetForLine(blockHeight, false));
668 child->layer()->setStaticInlinePosition(block->borderAndPaddingStart());
669 child->layer()->setStaticBlockPosition(blockHeight);
    [all...]
RenderImage.cpp 216 layer()->contentChanged(RenderLayer::ImageChanged);
234 layer()->contentChanged(RenderLayer::ImageChanged);
RenderTreeAsText.cpp 579 RenderLayer* l = root->layer();
599 ts << "layer ";
649 // FIXME: Apply overflow to the root layer to not break every test. Complete hack. Sigh.
776 RenderLayer* l = toRenderBox(o)->layer();
  /external/blktrace/btt/doc/
btt.tex 32 \texttt{btt} is a post-processing tool for the block layer IO tracing
36 is a block layer IO tracing mechanism which provides detailed
114 IO layer (queue trace) until it is inserted (insert trace).
146 trace) back to the block IO layer.
156 being handed to the block IO layer.
214 hardware) is to understand the block IO layer ends up merging incoming
228 we see that (on average) the block IO layer is combining upwards of
259 the block IO layer in adjacent sectors. (Obviously, the higher this
405 -- basically, from where an IO enters the block IO layer for a given
440 of IO requests submitted to lower layer drivers, for more informatio
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 116 // by overlaying it with a semi-transparent black layer. To use, ensure that
118 // This layer will be suppressed automatically after the screen closes.
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 1523 const GValue* layer = gst_structure_get_value(structure, "layer"); local
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspector.cpp 555 frame->contentRenderer()->layer()->hitTest(request, result);
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 211 inputWindowHandle.layer = child.mLayer;
306 * Layer assignment is assumed to be complete by the time this is called.
DragState.java 104 mDragWindowHandle.layer = getDragLayerLw();
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 494 jint layer = env->CallIntMethod(mCallbacksObj, gCallbacksClassInfo.getPointerLayer); local
496 layer = -1;
498 mLocked.spriteController = new SpriteController(mLooper, layer);
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 1386 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 571 // Attempts to scroll the layer to the x,y coordinates of rect. The
572 // layer is the id of the LayerAndroid.
573 void scrollRenderLayer(int layer, const SkRect& rect);
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 270 virtual void drawLayer(Layer* layer, float x, float y, SkPaint* paint);
  /external/blktrace/btreplay/doc/
btreplay.tex 57 traces from the kernel for each IO processed by the block IO layer. The
60 IO layer -- indicating the device, CPU number, time stamp, IO direction,
131 entrance of IOs into the block IO layer. In order to replay these IOs with
138 code, and thus are submitted to the block IO layer with \emph{very small}
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 625 // Get the window clip rect for the enclosing layer (in window coordinates).
626 RenderLayer* layer = m_pluginElement->renderer()->enclosingLayer(); local
628 IntRect windowClipRect = parentView->windowClipRectForLayer(layer, true);
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 245 mBounder.setType(CommonCheck::kDrawSprite_Type); // for layer draws
702 // remove non-layer brackets
749 // back up to include text drawn before the best layer
1621 const LayerAndroid* layer = mRootLayer->find(xPtr, yPtr, mPicture); local
    [all...]
  /external/blktrace/doc/
blktrace.tex 31 blktrace is a block layer IO tracing mechanism which provides detailed
38 layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel,
420 blktrace disguingishes between two types of block layer requests,
524 \item[D -- issued] A request that previously resided on the block layer
739 supplies block IO layer state transition data via the relay
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /bionic/libc/kernel/common/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical

Completed in 770 milliseconds

1 2 3 4 5 6 7 891011