Searched refs:is_layer (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Dparent_compositor_draw_constraints.cc10 : is_layer(false) {
14 bool is_layer,
17 : is_layer(is_layer), transform(transform), surface_rect(surface_rect) {
22 if (is_layer != other.is_layer || transform != other.transform)
26 return !is_layer || surface_rect == other.surface_rect;
13 ParentCompositorDrawConstraints( bool is_layer, const gfx::Transform& transform, const gfx::Rect& surface_rect) argument
H A Dparent_compositor_draw_constraints.h14 bool is_layer; member in struct:android_webview::ParentCompositorDrawConstraints
19 ParentCompositorDrawConstraints(bool is_layer,
H A Dhardware_renderer.cc225 draw_info->is_layer, transform, gfx::Rect(viewport_));
H A Dbrowser_view_renderer.cc318 if (parent_draw_constraints_.is_layer ||
875 base::StringAppendF(&str, "is_layer: %d ", draw_info->is_layer);
/external/chromium_org/android_webview/public/browser/
H A Ddraw_gl.h44 // although the framework will set is_layer to true for non-opaque cases.
54 bool is_layer; member in struct:AwDrawGLInfo
/external/chromium_org/android_webview/test/shell/src/draw_gl/
H A Ddraw_gl.cc31 draw_info.is_layer = false;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmask.c273 VGboolean is_layer,
316 if (is_layer) {
272 mask_using_texture(struct pipe_sampler_view *sampler_view, VGboolean is_layer, VGMaskOperation operation, VGint x, VGint y, VGint width, VGint height) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c273 VGboolean is_layer,
316 if (is_layer) {
272 mask_using_texture(struct pipe_sampler_view *sampler_view, VGboolean is_layer, VGMaskOperation operation, VGint x, VGint y, VGint width, VGint height) argument

Completed in 1611 milliseconds