Searched refs:Reset (Results 1 - 25 of 65) sorted by relevance

123

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dcopypix.c32 static void Reset( void ) function in typeref:typename:void
118 Reset();
214 Reset();
221 printf(" SPACE Reset Parameters\n");
H A Ddrawpix.c34 static void Reset( void ) function in typeref:typename:void
143 Reset();
290 Reset();
297 printf(" SPACE Reset Parameters\n");
H A Dfogcoord.c31 Reset(void) function in typeref:typename:void
348 Reset();
400 Reset();
H A Dreadpix.c64 Reset( void ) function in typeref:typename:void
371 Reset();
H A Dpixeltest.c49 Reset( void ) function in typeref:typename:void
467 Reset();
/xsrc/external/mit/libxcb/dist/tools/
H A Dapi_conv.pl70 s/^(GX|RandR|XFixes|XP|XvMC|ScreenSaver)(.)/uc($1) . "_" . $2/e unless /^ScreenSaver(?:Reset|Active)$/;
/xsrc/external/mit/xorg-server.old/dist/miext/sync/
H A Dmisync.h59 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/xsrc/external/mit/MesaLib/dist/src/microsoft/resource_state_manager/
H A DD3D12ResourceState.h89 void Reset();
134 void Reset();
H A DD3D12ResourceState.cpp76 void CDesiredResourceState::Reset() function in class:CDesiredResourceState
156 void CCurrentResourceState::Reset() function in class:CCurrentResourceState
/xsrc/external/mit/xorg-server/dist/miext/sync/
H A Dmisync.h61 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dauth.c55 AuthRstCFunc Reset; /* delete all authorization data entries */ member in struct:protocol
230 if (protocols[i].Reset)
231 (*protocols[i].Reset)();
/xsrc/external/mit/xorg-server/dist/os/
H A Dauth.c56 AuthRstCFunc Reset; /* delete all authorization data entries */ member in struct:protocol
230 if (protocols[i].Reset)
231 (*protocols[i].Reset) ();
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dpbo.c51 Reset( void ) function in typeref:typename:void
265 Reset();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_batch.cpp134 if (FAILED(batch->cmdalloc->Reset())) {
167 if (FAILED(ctx->cmdlist->Reset(batch->cmdalloc, NULL))) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.7.rst54 - util/fossilize_db: Reset file position to parsed_offset on cache_offset read failure.
119 - gallium: Reset {d,r}Priv in dri_unbind_context
H A D13.0.2.rst100 - anv/gen8: Stall when needed in Cmd(Set|Reset)Event
H A D17.2.3.rst117 - anv/cmd_buffer: Reset state in cmd_buffer_destroy
H A D19.1.2.rst158 - anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Darena.h376 ~TArena() { Reset(true); }
448 void Reset(bool removeAll = false) function in class:TArena
H A Dcontext.h405 void Reset(uint32_t numThreads) function in struct:DRAW_DYNAMIC_STATE
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc670 write_handle_.Reset();
671 event_handle_.Reset();
685 child_handle_.Reset();
720 write_handle_.Reset(write_handle);
721 event_handle_.Reset(::CreateEvent(
777 child_handle_.Reset(process_info.hProcess);
H A Dgtest-port.cc190 Reset();
197 void AutoHandle::Reset() { function in class:testing::internal::AutoHandle
198 Reset(INVALID_HANDLE_VALUE);
201 void AutoHandle::Reset(HANDLE handle) { function in class:testing::internal::AutoHandle
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc700 write_handle_.Reset();
701 event_handle_.Reset();
715 child_handle_.Reset();
750 write_handle_.Reset(write_handle);
751 event_handle_.Reset(::CreateEvent(
805 child_handle_.Reset(process_info.hProcess);
H A Dgtest-port.cc292 Reset();
299 void AutoHandle::Reset() { function in class:testing::internal::AutoHandle
300 Reset(INVALID_HANDLE_VALUE);
303 void AutoHandle::Reset(HANDLE handle) { function in class:testing::internal::AutoHandle
/xsrc/external/mit/libXaw/dist/src/
H A DCommand.c97 static void Reset(Widget, XEvent*, String*, Cardinal*);
157 {"reset", Reset},
355 Reset(Widget w, XEvent *event, String *params, Cardinal *num_params) function in typeref:typename:void

Completed in 43 milliseconds

123