HomeSort by relevance Sort by last modified time
    Searched defs:InfoLog (Results 1 - 7 of 7) sorted by null

  /external/deqp/executor/
xeBatchResult.cpp 34 // InfoLog
36 InfoLog::InfoLog (void)
40 void InfoLog::append (const deUint8* bytes, int numBytes)
xeBatchResult.hpp 53 class InfoLog
56 InfoLog (void);
64 InfoLog (const InfoLog& other);
65 InfoLog& operator= (const InfoLog& other);
xeTestCaseResult.hpp 71 class InfoLog;
292 class InfoLog : public Item
295 InfoLog (void) : Item(TYPE_INFOLOG) {}
296 ~InfoLog (void) {}
322 InfoLog infoLog;
333 InfoLog linkInfoLog;
443 InfoLog infoLog;
  /external/chromium_org/third_party/angle/src/libGLESv2/
Program.h 50 class InfoLog
53 InfoLog();
54 ~InfoLog();
57 void getLog(GLsizei bufSize, GLsizei *length, char *infoLog);
63 DISALLOW_COPY_AND_ASSIGN(InfoLog);
86 void getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog);
146 InfoLog mInfoLog;
Program.cpp 27 InfoLog::InfoLog() : mInfoLog(NULL)
31 InfoLog::~InfoLog()
37 int InfoLog::getLength() const
49 void InfoLog::getLog(GLsizei bufSize, GLsizei *length, char *infoLog)
58 memcpy(infoLog, mInfoLog, index);
61 infoLog[index] = '\0';
73 void InfoLog::appendSanitized(const char *message
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 385 milliseconds