HomeSort by relevance Sort by last modified time
    Searched full:dst_texture (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 139 WebGLId dst_texture = context_->createTexture(); local
160 context_->bindTexture(GL_TEXTURE_2D, dst_texture);
191 scaler->Scale(src_texture, dst_texture);
200 scaler->Scale(src_texture, dst_texture);
212 context_->deleteTexture(dst_texture);
275 WebGLId dst_texture = helper_->CopyAndScaleTexture( local
290 dst_texture,
295 context_->deleteTexture(dst_texture);
gl_helper.cc 363 WebGLId dst_texture = context_->createTexture(); local
365 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(context_, dst_texture);
376 scaler->Scale(src_texture, dst_texture);
377 return dst_texture;
    [all...]
gl_helper_unittests.cc 646 WebGLId dst_texture = helper_->CopyAndScaleTexture( local
660 dst_texture,
690 context_->deleteTexture(dst_texture);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 562 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);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 562 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);
    [all...]

Completed in 1558 milliseconds