OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iParams
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp
344
CDesC8Array*
iParams
;
482
delete
iParams
;
552
iParams
= new (ELeave) CDesC8ArrayFlat(8);
553
MakeCCmdLineL(cmdLine, *
iParams
);
578
MakeCCmdLineL(cmd, *
iParams
);
586
MakeCCmdLineL(cmd, *
iParams
);
591
iSdl->CallMainL(gSDLClass.Main(), &iWait->iStatus,
iParams
, CSDL::ENoParamFlags, 0xA000);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
618
GLint*
iParams
= new GLint[numParams];
619
if (numParams>0 && glGetIntegerv(pname,
iParams
)) {
622
params[numParams] = I2X(
iParams
[numParams]);
627
delete []
iParams
;
637
GLint*
iParams
= new GLint[numParams];
638
if (numParams>0 && glGetIntegerv(pname,
iParams
)) {
641
params[numParams] = (GLfloat)
iParams
[numParams];
646
delete []
iParams
;
Completed in 421 milliseconds