Lines Matching refs:set
144 * Creates and set as current new context that should be used by test.
156 * Destroys context used by test and set original context as current
309 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <source> set to GL_ARRAY_BUFFER");
314 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <type> set to GL_ARRAY_BUFFER");
318 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <severity> set to GL_ARRAY_BUFFER");
323 CHECK_ERROR(GL_INVALID_VALUE, "DebugMessageControl with <count> set to -1");
327 CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <source> set to GL_DONT_CARE and non zero <count>");
331 CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <type> set to GL_DONT_CARE and non zero <count>");
337 "DebugMessageControl with <severity> set to GL_DEBUG_SEVERITY_LOW and non zero <count>");
357 CHECK_ERROR(GL_INVALID_VALUE, "GetDebugMessageLog with <bufSize> set to -1");
376 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageInsert with <source> set to GL_DEBUG_SOURCE_API");
380 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageInsert with <type> set to GL_ARRAY_BUFFER");
385 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageInsert with <severity> set to GL_ARRAY_BUFFER");
390 CHECK_ERROR(GL_INVALID_VALUE, "DebugMessageInsert with <length> set to GL_MAX_DEBUG_MESSAGE_LENGTH + 1");
411 CHECK_ERROR(GL_INVALID_ENUM, "PushDebugGroup with <source> set to GL_DEBUG_SOURCE_API");
415 CHECK_ERROR(GL_INVALID_VALUE, "PushDebugGroup with <length> set to GL_MAX_DEBUG_MESSAGE_LENGTH + 1");
482 CHECK_ERROR(GL_INVALID_ENUM, "ObjectLabel with <identifier> set to GL_TEXTURE_BUFFER");
491 CHECK_ERROR(GL_INVALID_VALUE, "ObjectLabel with <name> set to not generated value");
495 CHECK_ERROR(GL_INVALID_VALUE, "ObjectLabel with <label> set to MAX_LABEL_LENGTH + 1");
533 CHECK_ERROR(GL_INVALID_ENUM, "GetObjectLabel with <identifier> set to GL_TEXTURE_BUFFER");
542 CHECK_ERROR(GL_INVALID_VALUE, "GetObjectLabel with <name> set to not generated value");
546 CHECK_ERROR(GL_INVALID_VALUE, "GetObjectLabel with <bufSize> set to -1");
580 CHECK_ERROR(GL_INVALID_VALUE, "ObjectPtrLabel with <ptr> set to not generated value");
583 CHECK_ERROR(GL_INVALID_VALUE, "ObjectPtrLabel with <length> set to MAX_LABEL_LENGTH + 1");
622 CHECK_ERROR(GL_INVALID_VALUE, "GetObjectPtrLabel with <ptr> set to not generated value");
625 CHECK_ERROR(GL_INVALID_VALUE, "GetObjectPtrLabel with <bufSize> set to -1");
645 CHECK_ERROR(GL_INVALID_ENUM, "GetPointerv with <pname> set to GL_ARRAY_BUFFER");
750 TCU_FAIL("Length is different than length of set label");
768 TCU_FAIL("Invalid length returned when label and bufSize are set to 0");
809 TCU_FAIL("GetObjectLabel modified buffer, bufSize set to 0");
825 TCU_FAIL("Label length is != 0, empty string was set");
830 TCU_FAIL("Non empty label returned, empty string was set");
1437 * - insert a message with DebugMessageInsert, set <type> to DEBUG_TYPE_ERROR
1439 * - insert a message with DebugMessageInsert, set <type> to DEBUG_TYPE_OTHER
1441 * - insert a message with DebugMessageInsert, set <type> to DEBUG_TYPE_OTHER
1476 * - set NULL as debug message callback;
1479 * - insert a message with DebugMessageInsert, set <type> to DEBUG_TYPE_ERROR
1481 * - insert a message with DebugMessageInsert, set <type> to DEBUG_TYPE_OTHER
1483 * - insert a message with DebugMessageInsert, set <type> to DEBUG_TYPE_OTHER
2273 m_tls.set((void*)(deUintptr)m_uid);
2282 /* - set callback_executed to 0; */
2295 * * set callback_executed to 1;
2315 * * callback_executed is set to 1;
2319 TCU_FAIL("callback_executed is not set to 1");
2352 * * callback_executed is set to 0 - implementation does not send messages;
2353 * * callback_executed is set to 1 and thread_id is the same