Home
last modified time | relevance | path

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

/external/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()
/external/replicaisland/src/com/replica/replicaisland/
DTextureLibrary.java72 public Texture allocateTexture(int resourceID) { in allocateTexture()
82 public Texture loadTexture(Context context, GL10 gl, int resourceID) { in loadTexture()
210 public boolean isTextureLoaded(int resourceID) { in isTextureLoaded()
220 public Texture getTextureByResource(int resourceID) { in getTextureByResource()
/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_allocator.cpp29 uint64_t CodechalAllocator::GetResourceTag(uint16_t resourceID, Match level) in GetResourceTag()
43 void* CodechalAllocator::GetResourcePointer(uint16_t resourceID, Match level) in GetResourcePointer()
157 void CodechalAllocator::ReleaseResource(uint16_t resourceID, Match level) in ReleaseResource()
/external/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()
DHashGUI.cpp59 void AddValuePair(CPropNameValPairs &pairs, UINT resourceID, UInt64 value) in AddValuePair()
69 void AddSizeValuePair(CPropNameValPairs &pairs, UINT resourceID, UInt64 value) in AddSizeValuePair()
DGUI.cpp110 static void ErrorLangMessage(UINT resourceID) in ErrorLangMessage()
/external/lzma/CPP/7zip/UI/FileManager/
DFormatUtils.cpp25 UString MyFormatNew(UINT resourceID, const UString &argument) in MyFormatNew()
DApp.cpp461 static void AddValuePair1(UString &s, UINT resourceID, UInt64 size) in AddValuePair1()
470 void AddValuePair2(UString &s, UINT resourceID, UInt64 num, UInt64 size) in AddValuePair2()
DPanelMenu.cpp878 bool CPanel::CheckBeforeUpdate(UINT resourceID) in CheckBeforeUpdate()
/external/mesa3d/src/glx/
Dglx_error.c38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
/external/lzma/CPP/7zip/UI/Common/
DCompressCall2.cpp85 static void ErrorLangMessage(UINT resourceID) in ErrorLangMessage()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp808 uintptr_t resourceID) in setDiagnosticInfo()
963 uintptr_t resourceID) in allocateBarrierNode()
/external/angle/src/libANGLE/capture/
DFrameCapture.h924 void handleGennedResource(const gl::Context *context, ResourceType resourceID) in handleGennedResource()
935 bool resourceIsGenerated(const gl::Context *context, ResourceType resourceID) in resourceIsGenerated()
943 void handleDeletedResource(const gl::Context *context, ResourceType resourceID) in handleDeletedResource()
DFrameCapture.cpp227 GLuint resourceID) in UpdateResourceIDBuffer()
2196 GLuint resourceID = attachment.getResource()->getId(); in CaptureFramebufferAttachment() local
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp191 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID()