Home
last modified time | relevance | path

Searched refs:GetBufferId (Results 1 – 25 of 41) sorted by relevance

12

/dports/misc/usd/USD-21.11/pxr/imaging/hgiGL/
H A Dops.cpp217 if (!TF_VERIFY(srcBuffer && srcBuffer->GetBufferId(), in CopyBufferGpuToGpu()
225 if (!TF_VERIFY(dstBuffer && dstBuffer->GetBufferId(), in CopyBufferGpuToGpu()
235 glCopyNamedBufferSubData(srcBuffer->GetBufferId(), in CopyBufferGpuToGpu()
236 dstBuffer->GetBufferId(), in CopyBufferGpuToGpu()
267 glBuffer->GetBufferId(), in CopyBufferCpuToGpu()
300 glBuffer->GetBufferId(), in CopyBufferGpuToCpu()
336 if (!TF_VERIFY(dstBuffer && dstBuffer->GetBufferId(), in CopyTextureToBuffer()
353 glBindBuffer(GL_PIXEL_PACK_BUFFER, dstBuffer->GetBufferId()); in CopyTextureToBuffer()
385 if (!TF_VERIFY(srcBuffer && srcBuffer->GetBufferId(), in CopyBufferToTexture()
600 buf->GetBufferId(), in BindVertexBuffers()
[all …]
H A Dbuffer.h53 uint32_t GetBufferId() const {return _bufferId;} in GetBufferId() function
H A DresourceBindings.cpp144 (*dst)[bufDesc.bindingIndex] = glbuffer->GetBufferId(); in BindResources()
/dports/misc/usd/USD-21.11/pxr/imaging/hgiMetal/
H A DblitCmds.mm235 if (!TF_VERIFY(srcBuffer && srcBuffer->GetBufferId(),
243 if (!TF_VERIFY(dstBuffer && dstBuffer->GetBufferId(),
255 [_blitEncoder copyFromBuffer:srcBuffer->GetBufferId()
257 toBuffer:dstBuffer->GetBufferId()
275 [metalBuffer->GetBufferId() storageMode] == MTLStorageModeShared;
277 uint8_t *dst = static_cast<uint8_t*>([metalBuffer->GetBufferId() contents]);
295 [metalBuffer->GetBufferId()
298 id<MTLResource> resource = metalBuffer->GetBufferId();
322 withObject:metalBuffer->GetBufferId()];
H A DgraphicsCmds.mm293 [_encoder setVertexBuffer:buf->GetBufferId()
341 indirectBuffer:drawBuf->GetBufferId()
369 indexBuffer:indexBuf->GetBufferId()
402 indexBuffer:indexBuf->GetBufferId()
404 indirectBuffer:drawBuf->GetBufferId()
H A Dbuffer.h60 id<MTLBuffer> GetBufferId() const {return _bufferId;} in GetBufferId() function
H A DresourceBindings.mm90 id<MTLBuffer> h = metalbuffer->GetBufferId();
145 id<MTLBuffer> h = metalbuffer->GetBufferId();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dcontext_state.cc92 GLuint GetBufferId(const Buffer* buffer) { in GetBufferId() function
367 GetBufferId(bound_pixel_unpack_buffer.get())); in RestoreUnpackState()
383 GetBufferId(element_array_buffer)); in RestoreBufferBindings()
385 api()->glBindBufferFn(GL_ARRAY_BUFFER, GetBufferId(bound_array_buffer.get())); in RestoreBufferBindings()
388 GetBufferId(bound_copy_read_buffer.get())); in RestoreBufferBindings()
390 GetBufferId(bound_copy_write_buffer.get())); in RestoreBufferBindings()
392 GetBufferId(bound_pixel_pack_buffer.get())); in RestoreBufferBindings()
395 GetBufferId(bound_pixel_unpack_buffer.get())); in RestoreBufferBindings()
398 GetBufferId(bound_transform_feedback_buffer.get())); in RestoreBufferBindings()
400 GetBufferId(bound_uniform_buffer.get())); in RestoreBufferBindings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dcontext_state.cc93 GLuint GetBufferId(const Buffer* buffer) { in GetBufferId() function
369 GetBufferId(bound_pixel_unpack_buffer.get())); in RestoreUnpackState()
385 GetBufferId(element_array_buffer)); in RestoreBufferBindings()
387 api()->glBindBufferFn(GL_ARRAY_BUFFER, GetBufferId(bound_array_buffer.get())); in RestoreBufferBindings()
390 GetBufferId(bound_copy_read_buffer.get())); in RestoreBufferBindings()
392 GetBufferId(bound_copy_write_buffer.get())); in RestoreBufferBindings()
394 GetBufferId(bound_pixel_pack_buffer.get())); in RestoreBufferBindings()
397 GetBufferId(bound_pixel_unpack_buffer.get())); in RestoreBufferBindings()
400 GetBufferId(bound_transform_feedback_buffer.get())); in RestoreBufferBindings()
402 GetBufferId(bound_uniform_buffer.get())); in RestoreBufferBindings()
/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DoitBufferAccessor.cpp183 glClearNamedBufferData(glBuffer->GetBufferId(), in InitializeOitBuffersIfNecessary()
189 glBindBuffer(GL_SHADER_STORAGE_BUFFER, glBuffer->GetBufferId()); in InitializeOitBuffersIfNecessary()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/gbm/drm/
H A DDRMCrtc.h29 uint32_t GetBufferId() const { return m_crtc->buffer_id; } in GetBufferId() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/client/
H A DTextureClientSharedSurface.h60 Maybe<uint64_t> GetBufferId() const override;
H A DTextureClientSharedSurface.cpp108 Maybe<uint64_t> SharedSurfaceTextureData::GetBufferId() const { in GetBufferId() function in mozilla::layers::SharedSurfaceTextureData
/dports/www/firefox/firefox-99.0/gfx/layers/client/
H A DTextureClientSharedSurface.h60 Maybe<uint64_t> GetBufferId() const override;
H A DTextureClientSharedSurface.cpp107 Maybe<uint64_t> SharedSurfaceTextureData::GetBufferId() const { in GetBufferId() function in mozilla::layers::SharedSurfaceTextureData
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/client/
H A DTextureClientSharedSurface.h60 Maybe<uint64_t> GetBufferId() const override;
H A DTextureClientSharedSurface.cpp108 Maybe<uint64_t> SharedSurfaceTextureData::GetBufferId() const { in GetBufferId() function in mozilla::layers::SharedSurfaceTextureData
/dports/math/vtk9/VTK-9.1.0/Rendering/Context2D/
H A DvtkContextScene.h214 vtkAbstractContextBufferId* GetBufferId();
/dports/math/vtk8/VTK-8.2.0/Rendering/Context2D/
H A DvtkContextScene.h214 vtkAbstractContextBufferId *GetBufferId();
/dports/math/vtk6/VTK-6.2.0/Rendering/Context2D/
H A DvtkContextScene.h162 vtkAbstractContextBufferId *GetBufferId();
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/opengl/
H A DTextureClientOGL.h130 Maybe<uint64_t> GetBufferId() const override;
H A DTextureClientOGL.cpp336 Maybe<uint64_t> AndroidHardwareBufferTextureData::GetBufferId() const { in GetBufferId() function in mozilla::layers::AndroidHardwareBufferTextureData
/dports/www/firefox/firefox-99.0/gfx/layers/opengl/
H A DTextureClientOGL.h130 Maybe<uint64_t> GetBufferId() const override;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/opengl/
H A DTextureClientOGL.h130 Maybe<uint64_t> GetBufferId() const override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDCodecs/Video/
H A DDVDVideoCodecAndroidMediaCodec.h74 int GetBufferId() const;

12