Searched defs:resourceID (Results 1 – 8 of 8) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | ResourceString.cpp | 20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) in MyLoadStringA() 39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s) in MyLoadString2() 54 UString MyLoadString(UINT resourceID) in MyLoadString() 75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest) in MyLoadString() 98 void MyLoadString(UINT resourceID, UString &dest) in MyLoadString()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 41 static void AddValuePair(UString &s, UINT resourceID, UInt64 value, bool addColon = true) in AddValuePair() 51 static void AddSizePair(UString &s, UINT resourceID, UInt64 value) in AddSizePair()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | FormatUtils.cpp | 25 UString MyFormatNew(UINT resourceID, const UString &argument) in MyFormatNew()
|
/third_party/mesa3d/src/glx/ |
D | glx_error.c | 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.h | 535 void handleGennedResource(ResourceType resourceID) in handleGennedResource() 546 bool resourceIsGenerated(ResourceType resourceID) in resourceIsGenerated() 554 void handleDeletedResource(ResourceType resourceID) in handleDeletedResource()
|
D | FrameCapture.cpp | 1685 GLuint resourceID = attachment.getResource()->getId(); in CaptureFramebufferAttachment() local
|
/third_party/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 125 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 157 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID()
|