OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iParam
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp
301
GLint
iParam
;
303
if(glGetIntegerv(pname, &
iParam
))
305
*params = (
iParam
!= 0);
314
GLint
iParam
;
316
if(glGetIntegerv(pname, &
iParam
))
318
*params = I2X(
iParam
);
327
GLint
iParam
;
329
if(glGetIntegerv(pname, &
iParam
))
331
*params = (GLfloat)
iParam
;
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
602
GLint
iParam
;
604
if(glGetIntegerv(pname, &
iParam
))
606
*params = (
iParam
!= 0);
Completed in 429 milliseconds