Home
last modified time | relevance | path

Searched refs:texture_ (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUTexture.cpp27 GPUTexture::GPUTexture(wgpu::Texture texture) : texture_(std::move(texture)) { in GPUTexture()
33 if (!texture_) { in createView()
49 return interop::GPUTextureView::Create<GPUTextureView>(env, texture_.CreateView(&desc)); in createView()
53 texture_.Destroy(); in destroy()
DGPUTexture.h32 return texture_;
44 wgpu::Texture texture_;
/third_party/cef/libcef/browser/gpu/
Dexternal_texture_manager.cc70 hr = d3d11_device1->CreateTexture2D(&td, nullptr, texture_.GetAddressOf()); in Initialize()
91 hr = texture_.As(&dxgi_res); in Initialize()
105 if (staging_texture_.Get() && texture_.Get()) { in Unlock()
112 d3d11_ctx->CopyResource(staging_texture_.Get(), texture_.Get()); in Unlock()
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.cc214 : texture_(to_com_ptr(tex)), srv_(to_com_ptr(srv)) { in Texture2D()
218 if (SUCCEEDED(texture_->QueryInterface(__uuidof(IDXGIResource), in Texture2D()
226 if (SUCCEEDED(texture_->QueryInterface(__uuidof(IDXGIKeyedMutex), in Texture2D()
234 texture_->GetDesc(&desc); in width()
240 texture_->GetDesc(&desc); in height()
246 texture_->GetDesc(&desc); in format()
287 d3d11_ctx->CopyResource(texture_.get(), other->texture_.get()); in copy_from()
Dosr_d3d11_win.h189 const std::shared_ptr<ID3D11Texture2D> texture_; variable
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderAtomicCountersTests.cpp2960 GLuint texture_; member in gl4cts::AdvancedUsageTBO
2969 texture_ = 0; in Setup()
3005 glGenTextures(1, &texture_); in Run()
3006 glBindTexture(GL_TEXTURE_BUFFER, texture_); in Run()
3051 glDeleteTextures(1, &texture_); in Cleanup()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3451 - gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map