• Home
  • Raw
  • Download

Lines Matching refs:deBool

176 	deBool						bindToTextureRGB;
177 deBool bindToTextureRGBA;
189 deBool nativeRenderable;
203 deBool qpTestLog_beginSession (qpTestLog* log, const char* additionalSessionInfo);
206 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
207 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description);
209 deBool qpTestLog_startTestsCasesTime (qpTestLog* log);
210 deBool qpTestLog_endTestsCasesTime (qpTestLog* log);
212 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result);
214 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description);
215 deBool qpTestLog_endSection (qpTestLog* log);
216 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyVa…
217 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const…
218 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const c…
220 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description);
221 deBool qpTestLog_endImageSet (qpTestLog* log);
222 deBool qpTestLog_writeImage (qpTestLog* log, const char* name, const char* description, qpImage…
224 deBool qpTestLog_startEglConfigSet (qpTestLog* log, const char* key, const char* description);
225 deBool qpTestLog_writeEglConfig (qpTestLog* log, const qpEglConfigInfo* config);
226 deBool qpTestLog_endEglConfigSet (qpTestLog* log);
230 deBool qpTestLog_startShaderProgram (qpTestLog* log, deBool linkOk, const char* linkInfoLog);
231 deBool qpTestLog_endShaderProgram (qpTestLog* log);
232 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool com…
234 deBool qpTestLog_writeKernelSource (qpTestLog* log, const char* source);
235 deBool qpTestLog_writeSpirVAssemblySource (qpTestLog* log, const char* source);
236 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, de…
238 deBool qpTestLog_startSampleList (qpTestLog* log, const char* name, const char* description);
239 deBool qpTestLog_startSampleInfo (qpTestLog* log);
240 deBool qpTestLog_writeValueInfo (qpTestLog* log, const char* name, const char* description, cons…
241 deBool qpTestLog_endSampleInfo (qpTestLog* log);
242 deBool qpTestLog_startSample (qpTestLog* log);
243 deBool qpTestLog_writeValueFloat (qpTestLog* log, double value);
244 deBool qpTestLog_writeValueInteger (qpTestLog* log, deInt64 value);
245 deBool qpTestLog_endSample (qpTestLog* log);
246 deBool qpTestLog_endSampleList (qpTestLog* log);
248 deBool qpTestLog_writeRaw (qpTestLog* log, const char* rawContents);