Searched defs:dst_texture (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_benchmark.cc137 WebGLId dst_texture = context_->createTexture(); local
150 context_->bindTexture(GL_TEXTURE_2D, dst_texture);
181 scaler->Scale(src_texture, dst_texture);
190 scaler->Scale(src_texture, dst_texture);
202 context_->deleteTexture(dst_texture);
265 WebGLId dst_texture = helper_->CopyAndScaleTexture( local
276 dst_texture,
282 context_->deleteTexture(dst_texture);
H A Dgl_helper.cc393 GLuint dst_texture = 0u; local
394 gl_->GenTextures(1, &dst_texture);
397 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, dst_texture);
423 scaler->Scale(src_texture, dst_texture);
424 return dst_texture;
433 GLuint dst_texture = 0u; local
434 gl_->GenTextures(1, &dst_texture);
439 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, dst_texture);
460 grayscale_scaler->Scale(src_texture, dst_texture);
461 return dst_texture;
[all...]
H A Dgl_helper_unittest.cc854 WebGLId dst_texture = local
868 dst_texture,
904 context_->deleteTexture(dst_texture);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_texture.c562 struct pipe_resource *dst_texture; local
569 &dst_texture, &dst_surface)) {
616 dst_texture, 0, 0,
641 enum pipe_format pformat = util_format_linear(dst_texture->format);
675 util_destroy_rgba_surface(dst_texture, dst_surface);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c562 struct pipe_resource *dst_texture; local
569 &dst_texture, &dst_surface)) {
616 dst_texture, 0, 0,
641 enum pipe_format pformat = util_format_linear(dst_texture->format);
675 util_destroy_rgba_surface(dst_texture, dst_surface);

Completed in 993 milliseconds