Searched refs:TMemoryObjectID (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils_autogen.cpp | 296 case ParamType::TMemoryObjectID: in WriteParamCaptureReplay() 297 WriteParamValueReplay<ParamType::TMemoryObjectID>(os, call, in WriteParamCaptureReplay() 636 case ParamType::TMemoryObjectID: in ParamTypeToString() 758 case ParamType::TMemoryObjectID: in GetResourceIDTypeFromParamType()
|
D | frame_capture_utils_autogen.h | 95 TMemoryObjectID, enumerator 764 inline gl::MemoryObjectID GetParamVal<ParamType::TMemoryObjectID, gl::MemoryObjectID>( 1248 case ParamType::TMemoryObjectID: in AccessParamValue() 1249 return GetParamVal<ParamType::TMemoryObjectID, T>(value); in AccessParamValue() 1823 inline void SetParamVal<ParamType::TMemoryObjectID>(gl::MemoryObjectID valueIn, 2373 case ParamType::TMemoryObjectID: in InitParamValue() 2374 SetParamVal<ParamType::TMemoryObjectID>(valueIn, valueOut); in InitParamValue()
|
D | capture_gles_ext_autogen.cpp | 619 paramBuffer.addValueParam("memoryPacked", ParamType::TMemoryObjectID, memoryPacked); in CaptureTexStorageMemFlags2DANGLE() 651 paramBuffer.addValueParam("memoryPacked", ParamType::TMemoryObjectID, memoryPacked); in CaptureTexStorageMemFlags2DMultisampleANGLE() 684 paramBuffer.addValueParam("memoryPacked", ParamType::TMemoryObjectID, memoryPacked); in CaptureTexStorageMemFlags3DANGLE() 718 paramBuffer.addValueParam("memoryPacked", ParamType::TMemoryObjectID, memoryPacked); in CaptureTexStorageMemFlags3DMultisampleANGLE() 738 paramBuffer.addValueParam("memoryPacked", ParamType::TMemoryObjectID, memoryPacked); in CaptureImportMemoryZirconHandleANGLE() 5595 paramBuffer.addValueParam("memoryPacked", ParamType::TMemoryObjectID, memoryPacked); in CaptureBufferStorageMemEXT() 5672 paramBuffer.addValueParam("memoryObjectPacked", ParamType::TMemoryObjectID, memoryObjectPacked); in CaptureGetMemoryObjectParameterivEXT() 5757 paramBuffer.addValueParam("memoryObjectPacked", ParamType::TMemoryObjectID, memoryObjectPacked); in CaptureIsMemoryObjectEXT() 5774 paramBuffer.addValueParam("memoryObjectPacked", ParamType::TMemoryObjectID, memoryObjectPacked); in CaptureMemoryObjectParameterivEXT() 5815 paramBuffer.addValueParam("memoryPacked", ParamType::TMemoryObjectID, memoryPacked); in CaptureTexStorageMem2DEXT() [all …]
|
D | FrameCapture.h | 685 void WriteParamValueReplay<ParamType::TMemoryObjectID>(std::ostream &os,
|
D | FrameCapture.cpp | 5957 void WriteParamValueReplay<ParamType::TMemoryObjectID>(std::ostream &os, in WriteParamValueReplay()
|