HomeSort by relevance Sort by last modified time
    Searched defs:texture_state (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
bitmap_uploader.cc 152 TextureQuadStatePtr texture_state = TextureQuadState::New(); local
153 texture_state->resource_id = resource->id;
154 texture_state->premultiplied_alpha = true;
155 texture_state->uv_top_left = PointF::From(gfx::PointF(0.f, 0.f));
156 texture_state->uv_bottom_right = PointF::From(gfx::PointF(1.f, 1.f));
157 texture_state->background_color = Color::From(SkColor(SK_ColorTRANSPARENT));
159 texture_state->vertex_opacity.push_back(1.f);
160 texture_state->flipped = false;
163 quad->texture_quad_state = texture_state.Pass();
  /external/chromium_org/mojo/services/public/cpp/surfaces/lib/
surfaces_type_converters.cc 281 TextureQuadStatePtr texture_state = TextureQuadState::New(); local
282 texture_state->resource_id = texture_quad->resource_id;
283 texture_state->premultiplied_alpha = texture_quad->premultiplied_alpha;
284 texture_state->uv_top_left = PointF::From(texture_quad->uv_top_left);
285 texture_state->uv_bottom_right =
287 texture_state->background_color =
293 texture_state->vertex_opacity = vertex_opacity.Pass();
294 texture_state->flipped = texture_quad->flipped;
295 quad->texture_quad_state = texture_state.Pass();
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 159 struct texture_state struct
421 struct texture_state *texstate = CALLOC_STRUCT(texture_state);
674 pop_texture_group(struct gl_context *ctx, struct texture_state *texstate)
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 159 struct texture_state struct
421 struct texture_state *texstate = CALLOC_STRUCT(texture_state);
674 pop_texture_group(struct gl_context *ctx, struct texture_state *texstate)
    [all...]

Completed in 333 milliseconds