Home
last modified time | relevance | path

Searched refs:DeleteObject (Results 1 – 25 of 33) sorted by relevance

12

/external/angle/src/libANGLE/
DResourceManager.cpp75 ImplT::DeleteObject(context, resource.second); in reset()
96 ImplT::DeleteObject(context, resource); in deleteObject()
123 void BufferManager::DeleteObject(const Context *context, Buffer *buffer) in DeleteObject() function in gl::BufferManager
232 void TextureManager::DeleteObject(const Context *context, Texture *texture) in DeleteObject() function in gl::TextureManager
274 void RenderbufferManager::DeleteObject(const Context *context, Renderbuffer *renderbuffer) in DeleteObject() function in gl::RenderbufferManager
302 void SamplerManager::DeleteObject(const Context *context, Sampler *sampler) in DeleteObject() function in gl::SamplerManager
327 void SyncManager::DeleteObject(const Context *context, Sync *sync) in DeleteObject() function in gl::SyncManager
362 void FramebufferManager::DeleteObject(const Context *context, Framebuffer *framebuffer) in DeleteObject() function in gl::FramebufferManager
414 void ProgramPipelineManager::DeleteObject(const Context *context, ProgramPipeline *pipeline) in DeleteObject() function in gl::ProgramPipelineManager
DResourceManager.h142 static void DeleteObject(const Context *context, Buffer *buffer);
211 static void DeleteObject(const Context *context, Texture *texture);
232 static void DeleteObject(const Context *context, Renderbuffer *renderbuffer);
251 static void DeleteObject(const Context *context, Sampler *sampler);
263 static void DeleteObject(const Context *context, Sync *sync);
292 static void DeleteObject(const Context *context, Framebuffer *framebuffer);
312 static void DeleteObject(const Context *context, ProgramPipeline *pipeline);
/external/pdfium/core/fxcrt/
Dweak_ptr_unittest.cpp123 TEST(WeakPtr, DeleteObject) { in TEST() argument
129 ptr1.DeleteObject(); in TEST()
167 ptr1.DeleteObject(); in TEST()
Dweak_ptr.h46 void DeleteObject() { in DeleteObject() function
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp597 ::DeleteObject(hFont); in MapFont()
626 ::DeleteObject(hFont); in DeleteFont()
723 DeleteObject(hBitmap); in CGdiDeviceDriver()
902 DeleteObject(hPattern); in GDI_StretchBitMask()
1051 DeleteObject(hPen); in DrawPath()
1055 DeleteObject(hBrush); in DrawPath()
1078 DeleteObject(hBrush); in FillRectWithBlend()
1118 DeleteObject(hPen); in SetClip_PathStroke()
1140 DeleteObject(hPen); in DrawCosmeticLine()
1196 DeleteObject(hbmp); in GetDIBits()
[all …]
Dfx_win32_print.cpp41 DeleteObject(hFont); in ~ScopedState()
383 ::DeleteObject(hRgn); in CPSPrinterDriver()
Dfx_win32_dib.cpp209 DeleteObject(m_hBitmap); in ~CFX_WindowsDIB()
/external/skia/gm/
Drasterhandleallocator.cpp208 DeleteObject(hbitmap); in Create()
221 DeleteObject(hbitmap); in Create()
260 result = DeleteObject(hrgn); in updateHandle()
/external/skqp/samplecode/
DSampleBigGradient.cpp178 DeleteObject(hbitmap); in DeleteHDCCallback()
209 DeleteObject(hbitmap); in Create()
251 result = DeleteObject(hrgn); in updateHandle()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp181 DeleteObject(m_bitmap); in ~NativePixmap()
351 DeleteObject(tmpBitmap); in readScreenPixels()
372 DeleteObject(tmpBitmap); in readScreenPixels()
/external/skqp/src/ports/
DSkFontHost_win.cpp235 ::DeleteObject(font); in LogFontTypeface()
443 DeleteObject(fBM); in ~HDCOffscreen()
485 DeleteObject(fBM); in draw()
776 ::DeleteObject(fFont); in ~SkScalerContext_GDI()
1623 ::DeleteObject(font); in onGetFamilyName()
1648 DeleteObject(designFont); in getGlyphToUnicodeMap()
1649 DeleteObject(font); in getGlyphToUnicodeMap()
1754 DeleteObject(designFont); in onGetAdvancedMetrics()
1755 DeleteObject(font); in onGetAdvancedMetrics()
1889 DeleteObject(font); in onOpenStream()
[all …]
/external/angle/util/windows/win32/
DWin32Pixmap.cpp17 DeleteObject(mBitmap); in ~Win32Pixmap()
/external/webrtc/modules/desktop_capture/win/
Dscoped_gdi_object.h64 DeleteObject(handle); in Close()
/external/ImageMagick/coders/
Dscreenshot.c238 DeleteObject(bitmap); in ReadSCREENSHOTImage()
265 DeleteObject(bitmap); in ReadSCREENSHOTImage()
Demf.c588 DeleteObject(hBitmap); in ReadEMFImage()
596 DeleteObject(hBitmap); in ReadEMFImage()
642 DeleteObject(hBitmap); in ReadEMFImage()
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc29 DeleteObject(bitmap_); in ~DesktopFrameWin()
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc273 ::DeleteObject(brush); in OnPaint()
298 ::DeleteObject(bmp_mem); in OnPaint()
304 ::DeleteObject(brush); in OnPaint()
323 ::DeleteObject(brush); in OnPaint()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_indirect_object_holder.cpp30 m_pByteStringPool.DeleteObject(); // Make weak. in ~CPDF_IndirectObjectHolder()
/external/mesa3d/src/glx/windows/
Dwindows_drawable.c179 DeleteObject(drawable->hDIB); in windows_destroy_drawable()
/external/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp159 DeleteObject(bitmap); in destroyFrameBuffer()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp158 DeleteObject(bitmap); in release()
/external/skia/src/ports/
DSkFontHost_win.cpp225 ::DeleteObject(fFont); in ~SkAutoHDC()
452 DeleteObject(fBM); in ~HDCOffscreen()
495 DeleteObject(fBM); in draw()
789 ::DeleteObject(fFont); in ~SkScalerContext_GDI()
1632 std::unique_ptr<HFONT_T, SkFunctionWrapper<decltype(DeleteObject), DeleteObject>> designFont; in onGetAdvancedMetrics()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp548 DeleteObject(hFont); in AddWindowsFont()
615 DeleteObject(hFont); in AddWindowsFont()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp316 DeleteObject(fFont); in ~GDIFontInstance()
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.cc788 this->GetS3Client()->DeleteObject(deleteObjectRequest); in DeleteFile()
1182 this->GetS3Client()->DeleteObject(deleteObjectRequest); in RenameFile()

12