Searched refs:begintest (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/slang/
H A Dsotest.c25 static void begintest (enum TEST_TYPE type, const char *name) function in typeref:typename:void
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_NOERRO
[all...]

Completed in 6 milliseconds