Lines Matching refs:begintest
25 static void begintest (enum TEST_TYPE type, const char *name)
145 begintest (TT_GETERROR_NOERROR, "glDeleteObject(0)");
152 begintest (TT_GETERROR_INVALIDVALUE, "Pass invalid non-zero object handle");
161 begintest (TT_PARAM1_NONZERO, "Create object");
173 begintest (TT_PARAM1_NONZERO, "Link empty program");
180 begintest (TT_GETERROR_NOERROR, "Use empty program object");
187 begintest (TT_GETERROR_INVALIDVALUE, "Attach invalid object handle");
202 begintest (TT_GETERROR_INVALIDOPERATION, "Attach object badly");
213 begintest (TT_GETERROR_INVALIDOPERATION, "Detach non-attached object");
222 begintest (TT_GETERROR_NOERROR, "Attach shader to program object");
231 begintest (TT_GETERROR_INVALIDOPERATION, "Attach object twice");
240 begintest (TT_GETERROR_NOERROR, "Detach attached object");
249 begintest (TT_GETERROR_NOERROR, "Attach shader again");
258 begintest (TT_GETERROR_NOERROR, "Delete attached object");
268 begintest (TT_PARAM1_NONZERO, "Query delete status");
279 begintest (TT_GETERROR_NOERROR, "Delete already deleted attached object");
288 begintest (TT_PARAM1_ZERO, "Compile shader source with syntax error");
299 begintest (TT_PARAM1_ZERO, "Compile shader source with semantic error");
310 begintest (TT_PARAM1_ZERO, "Link ill-formed vertex-fragment program");
317 begintest (TT_GETERROR_INVALIDOPERATION, "Use badly linked program object");
324 begintest (TT_PARAM1_NONZERO, "Compile well-formed shader source");
339 begintest (TT_PARAM1_NONZERO, "Link vertex-fragment program");
346 begintest (TT_GETERROR_NOERROR, "Use linked program object");
353 begintest (TT_PARAM1_NONZERO, "Get current program");
359 begintest (TT_GETERROR_NOERROR, "Use 0 program object");
366 begintest (TT_PARAM1_NONZERO, "Query uniform location");
378 begintest (TT_PARAM1_NONZERO, "Query attrib location");
388 begintest (TT_PARAM1_NONZERO, "Bind attrib location #1");
399 begintest (TT_PARAM1_NONZERO, "Bind attrib location #2");
410 begintest (TT_GETERROR_NOERROR, "Detach deleted object");
419 begintest (TT_GETERROR_INVALIDVALUE, "Delete deleted detached object");