Searched defs:is_layer (Results 1 - 5 of 5) 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,
/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/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 2702 milliseconds