Home
last modified time | relevance | path

Searched defs:resourceID (Results 1 – 8 of 8) sorted by relevance

/third_party/lzma/CPP/Windows/
DResourceString.cpp20 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/
DExtractGUI.cpp41 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/
DFormatUtils.cpp25 UString MyFormatNew(UINT resourceID, const UString &argument) in MyFormatNew()
/third_party/mesa3d/src/glx/
Dglx_error.c38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.h535 void handleGennedResource(ResourceType resourceID) in handleGennedResource()
546 bool resourceIsGenerated(ResourceType resourceID) in resourceIsGenerated()
554 void handleDeletedResource(ResourceType resourceID) in handleDeletedResource()
DFrameCapture.cpp1685 GLuint resourceID = attachment.getResource()->getId(); in CaptureFramebufferAttachment() local
/third_party/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp125 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp157 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID()