Searched refs:orig_fn (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | interceptors_64.cc | 27 NtMapViewOfSectionFunction orig_fn = reinterpret_cast< in TargetNtMapViewOfSection64() local 30 return TargetNtMapViewOfSection(orig_fn, section, process, base, zero_bits, in TargetNtMapViewOfSection64() 36 NtUnmapViewOfSectionFunction orig_fn = reinterpret_cast< in TargetNtUnmapViewOfSection64() local 38 return TargetNtUnmapViewOfSection(orig_fn, process, base); in TargetNtUnmapViewOfSection64() 46 NtSetInformationThreadFunction orig_fn = reinterpret_cast< in TargetNtSetInformationThread64() local 48 return TargetNtSetInformationThread(orig_fn, thread, thread_info_class, in TargetNtSetInformationThread64() 56 NtOpenThreadTokenFunction orig_fn = reinterpret_cast< in TargetNtOpenThreadToken64() local 58 return TargetNtOpenThreadToken(orig_fn, thread, desired_access, open_as_self, in TargetNtOpenThreadToken64() 65 NtOpenThreadTokenExFunction orig_fn = reinterpret_cast< in TargetNtOpenThreadTokenEx64() local 67 return TargetNtOpenThreadTokenEx(orig_fn, thread, desired_access, in TargetNtOpenThreadTokenEx64() [all …]
|
/external/chromium_org/ui/gl/ |
D | gl_gl_api_implementation.cc | 107 return g_driver_gl.orig_fn.glTexImage2DFn( in CustomTexImage2D() 116 return g_driver_gl.orig_fn.glTexSubImage2DFn( in CustomTexSubImage2D() 124 return g_driver_gl.orig_fn.glTexStorage2DEXTFn( in CustomTexStorage2DEXT() 131 return g_driver_gl.orig_fn.glRenderbufferStorageEXTFn( in CustomRenderbufferStorageEXT() 143 return g_driver_gl.orig_fn.glRenderbufferStorageMultisampleEXTFn( in CustomRenderbufferStorageMultisampleEXT() 155 orig_fn = fn; in InitializeExtensions()
|
D | gl_bindings.h | 235 ProcsGL orig_fn; member
|