OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:programInfoLog
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/egl/
teglSwapBuffersTests.cpp
145
string
programInfoLog
;
202
programInfoLog
.resize(infoLogLength, '\0');
204
gl.getProgramInfoLog(program, (glw::GLsizei)
programInfoLog
.length(), &infoLogLength, &(
programInfoLog
[0]));
207
programInfoLog
.resize(infoLogLength);
213
log.startShaderProgram(linkStatus != 0,
programInfoLog
.c_str());
teglGetFrameTimestampsTests.cpp
387
string
programInfoLog
;
444
programInfoLog
.resize(infoLogLength, '\0');
446
gl.getProgramInfoLog(program, (glw::GLsizei)
programInfoLog
.length(), &infoLogLength, &(
programInfoLog
[0]));
449
programInfoLog
.resize(infoLogLength);
455
log.startShaderProgram(linkStatus != 0,
programInfoLog
.c_str());
teglNativeColorMappingTests.cpp
113
string
programInfoLog
;
170
programInfoLog
.resize(infoLogLength, '\0');
172
gl.getProgramInfoLog(program, (glw::GLsizei)
programInfoLog
.length(), &infoLogLength, &(
programInfoLog
[0]));
175
programInfoLog
.resize(infoLogLength);
181
log.startShaderProgram(linkStatus != 0,
programInfoLog
.c_str());
teglNativeCoordMappingTests.cpp
113
string
programInfoLog
;
170
programInfoLog
.resize(infoLogLength, '\0');
172
gl.getProgramInfoLog(program, (glw::GLsizei)
programInfoLog
.length(), &infoLogLength, &(
programInfoLog
[0]));
175
programInfoLog
.resize(infoLogLength);
181
log.startShaderProgram(linkStatus != 0,
programInfoLog
.c_str());
/external/deqp/modules/glshared/
glsAttributeLocationTests.cpp
362
const string
programInfoLog
= getProgramInfoLog(gl, program);
368
log << TestLog::Message <<
programInfoLog
<< TestLog::EndMessage;
[
all
...]
Completed in 103 milliseconds