OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startShaderProgram
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/common/
tcuTestLog.hpp
146
void
startShaderProgram
(bool linkOk, const char* linkInfoLog);
498
log.
startShaderProgram
(m_linkOk, m_linkInfoLog.c_str());
tcuTestLog.cpp
378
void TestLog::
startShaderProgram
(bool linkOk, const char* linkInfoLog)
/external/deqp/modules/egl/
teglSwapBuffersTests.cpp
213
log.
startShaderProgram
(linkStatus != 0, programInfoLog.c_str());
teglNativeColorMappingTests.cpp
181
log.
startShaderProgram
(linkStatus != 0, programInfoLog.c_str());
teglNativeCoordMappingTests.cpp
181
log.
startShaderProgram
(linkStatus != 0, programInfoLog.c_str());
Completed in 63 milliseconds