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

  /external/chromium_org/media/blink/
webmediaplayer_impl.cc 606 uint32 source_texture = web_graphics_context->createAndConsumeTextureCHROMIUM( local
619 source_texture,
628 web_graphics_context->deleteTexture(source_texture);
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 748 skia::RefPtr<GrTexture> source_texture = local
751 if (!source_texture) {
779 skia::AdoptRef(new SkGrPixelRef(source_info, source_texture.get()));
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 10251 Texture* source_texture = source_texture_ref->texture(); local
    [all...]

Completed in 568 milliseconds