Searched refs:texture_ (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUTexture.cpp | 27 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()
|
D | GPUTexture.h | 32 return texture_; 44 wgpu::Texture texture_;
|
/third_party/cef/libcef/browser/gpu/ |
D | external_texture_manager.cc | 70 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/ |
D | osr_d3d11_win.cc | 214 : 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()
|
D | osr_d3d11_win.h | 189 const std::shared_ptr<ID3D11Texture2D> texture_; variable
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCountersTests.cpp | 2960 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/ |
D | 21.2.0.rst | 3451 - gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map
|