Searched refs:tmp_texture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc201 // Copy texture from texture_id to tmp_texture as texture might be external
203 GLuint tmp_texture;
204 tmp_texture = gl_helper->CreateTexture();
206 GL_TEXTURE_2D, texture_id, tmp_texture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
213 tmp_texture, visible_rect, pixel_data, pixels.colorType());
216 tmp_texture, visible_rect, pixel_data, kRGBA_8888_SkColorType);
234 gl_helper->DeleteTexture(tmp_texture);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc569 GLuint tmp_texture = local
578 texture = tmp_texture;

Completed in 141 milliseconds