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

  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 138 WebGLId dst_texture = context_->createTexture(); local
159 context_->bindTexture(GL_TEXTURE_2D, dst_texture);
190 scaler->Scale(src_texture, dst_texture);
199 scaler->Scale(src_texture, dst_texture);
211 context_->deleteTexture(dst_texture);
274 WebGLId dst_texture = helper_->CopyAndScaleTexture( local
289 dst_texture,
294 context_->deleteTexture(dst_texture);
gl_helper.cc 359 WebGLId dst_texture = context_->createTexture(); local
361 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(context_, dst_texture);
372 scaler->Scale(src_texture, dst_texture);
373 return dst_texture;
    [all...]
gl_helper_unittests.cc 578 WebGLId dst_texture = helper_->CopyAndScaleTexture( local
592 dst_texture,
619 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 127 milliseconds