OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i32CharsWritten
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTShader.cpp
98
int i32InfoLogLength,
i32CharsWritten
;
101
glGetShaderInfoLog(*pObject, i32InfoLogLength, &
i32CharsWritten
, pszInfoLog);
262
int i32InfoLogLength,
i32CharsWritten
;
265
glGetProgramInfoLog(*pProgramObject, i32InfoLogLength, &
i32CharsWritten
, pszInfoLog);
PVRTBackground.cpp
166
int i32InfoLogLength,
i32CharsWritten
;
169
glGetProgramInfoLog(m_pAPI->m_ui32ProgramObject, i32InfoLogLength, &
i32CharsWritten
, pszInfoLog);
PVRTPFXParserAPI.cpp
407
int i32InfoLogLength,
i32CharsWritten
;
410
glGetProgramInfoLog(m_uiProgram, i32InfoLogLength, &
i32CharsWritten
, pszInfoLog);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp
347
int i32InfoLogLength,
i32CharsWritten
;
352
glGetShaderInfoLog(uiFragShader, i32InfoLogLength, &
i32CharsWritten
, pszInfoLog);
369
int i32InfoLogLength,
i32CharsWritten
;
372
glGetShaderInfoLog(uiVertShader, i32InfoLogLength, &
i32CharsWritten
, pszInfoLog);
399
int i32InfoLogLength,
i32CharsWritten
;
402
glGetProgramInfoLog(uiProgramObject, i32InfoLogLength, &
i32CharsWritten
, pszInfoLog);
Completed in 1107 milliseconds