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

  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 137 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);
gl_helper_readback_support.cc 78 content::ScopedTexture dst_texture(gl_);
79 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, dst_texture);
90 GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_texture, 0);
gl_helper.cc 393 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...]
gl_helper_unittest.cc 854 WebGLId dst_texture = local
868 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 266 milliseconds