Searched defs:resourceID (Results 1 – 15 of 15) sorted by relevance
/external/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()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | TextureLibrary.java | 72 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/ |
D | codechal_allocator.cpp | 29 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/ |
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()
|
D | HashGUI.cpp | 59 void AddValuePair(CPropNameValPairs &pairs, UINT resourceID, UInt64 value) in AddValuePair() 69 void AddSizeValuePair(CPropNameValPairs &pairs, UINT resourceID, UInt64 value) in AddSizeValuePair()
|
D | GUI.cpp | 110 static void ErrorLangMessage(UINT resourceID) in ErrorLangMessage()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | FormatUtils.cpp | 25 UString MyFormatNew(UINT resourceID, const UString &argument) in MyFormatNew()
|
D | App.cpp | 461 static void AddValuePair1(UString &s, UINT resourceID, UInt64 size) in AddValuePair1() 470 void AddValuePair2(UString &s, UINT resourceID, UInt64 num, UInt64 size) in AddValuePair2()
|
D | PanelMenu.cpp | 878 bool CPanel::CheckBeforeUpdate(UINT resourceID) in CheckBeforeUpdate()
|
/external/mesa3d/src/glx/ |
D | glx_error.c | 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | CompressCall2.cpp | 85 static void ErrorLangMessage(UINT resourceID) in ErrorLangMessage()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 808 uintptr_t resourceID) in setDiagnosticInfo() 963 uintptr_t resourceID) in allocateBarrierNode()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.h | 924 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()
|
D | FrameCapture.cpp | 227 GLuint resourceID) in UpdateResourceIDBuffer() 2196 GLuint resourceID = attachment.getResource()->getId(); in CaptureFramebufferAttachment() local
|
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLGpu.cpp | 191 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID()
|