Searched defs:source_texture (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue.cc54 int source_texture,
59 source_texture,
53 CopyBufferDamage(int texture, int source_texture, const gfx::Rect& new_damage, const gfx::Rect& old_damage) argument
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.cc606 uint32 source_texture = web_graphics_context->createAndConsumeTextureCHROMIUM( local
619 source_texture,
628 web_graphics_context->deleteTexture(source_texture);
/external/chromium_org/cc/output/
H A Dgl_renderer.cc748 skia::RefPtr<GrTexture> source_texture = local
751 if (!source_texture) {
779 skia::AdoptRef(new SkGrPixelRef(source_info, source_texture.get()));
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc10251 Texture* source_texture = source_texture_ref->texture(); local
10254 (source_texture->target() != GL_TEXTURE_2D &&
10255 source_texture->target() != GL_TEXTURE_RECTANGLE_ARB &&
10256 source_texture->target() != GL_TEXTURE_EXTERNAL_OES)) {
10266 source_texture->GetLevelImage(source_texture->target(), 0);
10278 if (!source_texture->GetLevelSize(
10279 source_texture->target(), 0, &source_width, &source_height)) {
10288 source_texture->target(), level, source_width, source_height, 1)) {
10297 this, source_texture_ref, source_texture
[all...]

Completed in 111 milliseconds