OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefWidth
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp
464
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB8, PVRShellGet(
prefWidth
), PVRShellGet(prefHeight), 0, GL_RGB, GL_UNSIGNED_BYTE, 0);
500
glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, GL_DEPTH_COMPONENT24, PVRShellGet(
prefWidth
), PVRShellGet(prefHeight));
504
glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, GL_RGB8, PVRShellGet(
prefWidth
), PVRShellGet(prefHeight));
540
if(m_Print3D.SetTextures(0, PVRShellGet(
prefWidth
), PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS)
595
float fAspect = PVRShellGet(
prefWidth
) / (float)PVRShellGet(prefHeight);
765
glBlitFramebuffer(0, 0, PVRShellGet(
prefWidth
), PVRShellGet(prefHeight), 0, 0, PVRShellGet(
prefWidth
), PVRShellGet(prefHeight), GL_COLOR_BUFFER_BIT, GL_NEAREST);
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h
91
int dwCurrentHeight = PVRShellGet (
prefWidth
);
124
PVRShellScreenCaptureBuffer(PVRShellGet (
prefWidth
), PVRShellGet (prefHeight), &pLines);
294
prefWidth
, /*!< Width of render target */
[
all
...]
PVRShell.cpp
295
case
prefWidth
:
418
case
prefWidth
: return m_pShellData->nShellDimX;
1050
shell.PVRShellSet(
prefWidth
, atoi(val));
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
486
if(m_Print3D.SetTextures(0,PVRShellGet(
prefWidth
),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS)
621
fFOV *= bRotate ? (float)PVRShellGet(
prefWidth
)/(float)PVRShellGet(prefHeight) : (float)PVRShellGet(prefHeight)/(float)PVRShellGet(
prefWidth
);
630
mProjection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(
prefWidth
)/(float)PVRShellGet(prefHeight), g_fCameraNear, g_fCameraFar, PVRTMat4::OGL, bRotate);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp
399
if(m_Print3D.SetTextures(0,PVRShellGet(
prefWidth
),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS)
444
m_Projection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(
prefWidth
)/(float)PVRShellGet(prefHeight), g_fCameraNear, g_fCameraFar, PVRTMat4::OGL, bRotate);
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp
440
m_pShell->PVRShellOutputDebug("Window Width: %i\n" , m_pShell->PVRShellGet(
prefWidth
));
Completed in 108 milliseconds