/external/chromium_org/third_party/WebKit/Source/web/ |
LinkHighlight.h | 69 virtual WebLayer* layer() OVERRIDE;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_resource.h | 90 unsigned level, unsigned layer);
|
i915_state_static.c | 100 int layer; local 112 layer = cbuf_surface->u.tex.first_layer; 114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx; 115 y = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksy;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_tile_cache.c | 256 unsigned width, height, layer; local 271 layer = 0; 275 layer = addr.bits.face + addr.bits.z; 281 layer,
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_screen.h | 177 unsigned level, unsigned layer,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
dri_screen.h | 87 unsigned layer; member in struct:__DRIimageRec
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.h | 95 unsigned layer; member in struct:egl_g3d_image
|
egl_g3d_image.c | 230 unsigned level = 0, layer = 0; local 282 if (layer >= (u_minify(ptex->depth0, level) + ptex->array_size - 1)) { 292 gimg->layer = layer; 339 gimg->layer = 0;
|
/external/chromium_org/ui/views/corewm/ |
shadow_controller.cc | 19 #include "ui/compositor/layer.h" 129 // shadow's bounds are initialized and it is added to the window's layer. 220 shadow->layer()->SetVisible(should_show); 232 shadow->layer()->SetVisible(ShouldShowShadowForWindow(window)); 233 window->layer()->Add(shadow->layer());
|
/external/libppp/src/ |
hdlc.h | 116 extern struct layer hdlclayer;
|
lqr.c | 41 #include "layer.h" 420 int len, layer, extra_async_bytes; local 440 * As we're stacked higher than the HDLC layer (otherwise HDLC wouldn't be 451 for (layer = 0; layer < l->nlayers; layer++) 452 switch (l->layer[layer]->type) { 463 layer = l->nlayers; 472 log_Printf(LogWARN, "Oops, don't know how to do octets for %s layer\n" [all...] |
/external/libvpx/libvpx/vpx/ |
svc_context.h | 117 * return spatial resolution of the specified layer 120 int layer,
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_resource.h | 90 unsigned level, unsigned layer);
|
i915_state_static.c | 100 int layer; local 112 layer = cbuf_surface->u.tex.first_layer; 114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx; 115 y = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksy;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_tile_cache.c | 256 unsigned width, height, layer; local 271 layer = 0; 275 layer = addr.bits.face + addr.bits.z; 281 layer,
|
/external/mesa3d/src/gallium/include/pipe/ |
p_screen.h | 177 unsigned level, unsigned layer,
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_screen.h | 87 unsigned layer; member in struct:__DRIimageRec
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.h | 95 unsigned layer; member in struct:egl_g3d_image
|
egl_g3d_image.c | 230 unsigned level = 0, layer = 0; local 282 if (layer >= (u_minify(ptex->depth0, level) + ptex->array_size - 1)) { 292 gimg->layer = layer; 339 gimg->layer = 0;
|
/external/tinycompress/ |
cplay.c | 103 int ver_idx, mp3_version, layer, bit_rate_idx, sample_rate_idx, channel_idx; local 112 layer = 4 - ((header->sync >> 9) & 0x03); 117 if (sample_rate_idx == 3 || layer == 4 || bit_rate_idx == 15) { 123 *bit_rate = (mp3_bit_rates[mp3_version][layer - 1][bit_rate_idx]) * 1000;
|
/frameworks/base/libs/hwui/ |
Layer.h | 50 * A layer has dimensions and is backed by an OpenGL texture or FBO. 52 struct Layer { 53 Layer(const uint32_t layerWidth, const uint32_t layerHeight); 54 ~Layer(); 67 * Sets this layer's region to a rectangle. Computes the appropriate 77 const float height = layer.getHeight(); 82 regionRect.translate(layer.left, layer.top); 103 * Resize the layer and its texture if needed. 105 * @param width The new width of the layer 255 Rect layer; member in struct:android::uirenderer::Layer [all...] |
Snapshot.h | 28 #include "Layer.h" 61 * a new layer. 65 * Indicates that this snapshot is a special type of layer 76 * an FBO layer. 125 * is typicalled ignored if its layer is invisible or empty. 145 * A pointer to the currently active layer. 147 * This snapshot does not own the layer, this pointer must not be freed. 149 Layer* layer; member in class:android::uirenderer::Snapshot 159 * inside it. This flag is set only when the layer clips drawing to it [all...] |
OpenGLRenderer.h | 215 ANDROID_API void pushLayerUpdate(Layer* layer); 216 ANDROID_API void cancelLayerUpdate(Layer* layer); 285 virtual status_t drawLayer(Layer* layer, float x, float y); 334 // If this value is set to < 1.0, it overrides alpha set on layer (see drawBitmap, drawLayer) 463 * Call this method after updating a layer during a drawing pass. 470 * appropriate layer(s). 476 * attaches it to the specified layer [all...] |
/external/chromium_org/ui/views/bubble/ |
tray_bubble_view.cc | 16 #include "ui/compositor/layer.h" 173 // This mask layer clips the bubble's content so that it does not overwrite the 175 // TODO(miket): This does not work on Windows. Implement layer masking or 182 ui::Layer* layer() { return &layer_; } function in class:views::internal::TrayBubbleContentMask 190 ui::Layer layer_; 208 path.addRoundRect(gfx::RectToSkRect(gfx::Rect(layer()->bounds().size())), 354 layer()->parent()->SetMaskLayer(bubble_content_mask_->layer()); 363 bubble_content_mask_->layer()->SetBounds(layer()->bounds()) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Canvas2DLayerBridge.cpp | 94 GraphicsLayer::registerContentsLayer(m_layer->layer()); 122 GraphicsLayer::unregisterContentsLayer(m_layer->layer()); 126 // Orphaning the layer is required to trigger the recration of a new layer 129 m_layer->layer()->removeFromParent(); 139 // Turn on the rate limiter if this layer tends to accumulate a 367 // last live mailbox and the layer bridge is not externally 376 blink::WebLayer* Canvas2DLayerBridge::layer() const 379 return m_layer->layer();
|