OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ui32ScreenDim
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp
545
if(
m_ui32ScreenDim
[1] >= 720)
562
const float fLogoXSizeHalf = (128.0f /
m_ui32ScreenDim
[0]);
563
const float fLogoYSizeHalf = (64.0f /
m_ui32ScreenDim
[1]);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h
424
unsigned int
m_ui32ScreenDim
[2];
PVRTPrint3D.cpp
111
memset(
m_ui32ScreenDim
, 0, sizeof(
m_ui32ScreenDim
));
395
m_ui32ScreenDim
[0] = bRotate ? dwScreenY : dwScreenX;
396
m_ui32ScreenDim
[1] = bRotate ? dwScreenX : dwScreenY;
851
XPos *= ((float)
m_ui32ScreenDim
[0] / 640.0f);
852
YPos *= ((float)
m_ui32ScreenDim
[1] / 480.0f);
[
all
...]
Completed in 433 milliseconds