OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRShellGetTime
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h
108
PVRShellGetTime
() returns time in milliseconds.
177
\b -forceframetime=N Alter the behaviour of
PVRShellGetTime
so its returned value is frame based (N denotes how many ms a frame should pretend to last). You can also use the shortened version of -fft and the command can be used without N being defined, e.g. just -forceframetime. This option is provided to aid in debugging time-based applications.
271
prefForceFrameTime, /*!< If true will alter
PVRShellGetTime
behaviour to be frame based. This is for debugging purposes. */
[
all
...]
PVRShell.cpp
797
unsigned long PVRShell::
PVRShellGetTime
()
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp
447
m_ulTimePrev =
PVRShellGetTime
();
501
unsigned long ulTime =
PVRShellGetTime
();
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
505
m_iTimePrev =
PVRShellGetTime
();
573
Uses the shell function
PVRShellGetTime
() to get the time in milliseconds.
575
unsigned long iTime =
PVRShellGetTime
();
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp
607
m_ulStartTime =
PVRShellGetTime
();
676
unsigned long ulTime =
PVRShellGetTime
() - m_ulStartTime;
Completed in 123 milliseconds