Home
last modified time | relevance | path

Searched refs:CheckError (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py107 def CheckError(self, text, error_message): member in JsonFormatBase
191 self.CheckError('{"[extensionField]": {}}',
430 self.CheckError(
435 self.CheckError(
818 self.CheckError('{"repeatedMessageValue":[null]}',
838 self.CheckError(text,
881 self.CheckError('',
890 self.CheckError(
923 self.CheckError('{int32Value: 1}',
926 self.CheckError('{"unknownName": 1}',
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp4151 is_ok = CheckError(GL_INVALID_VALUE, "INVALID_VALUE was not generated if n is negative."); in iterate()
4190 bool CreationErrorTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::CreationErrorTest
4266 …is_ok &= CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION was not generated by EnableVertexArra… in iterate()
4271 …is_ok &= CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION was not generated by DisableVertexArr… in iterate()
4277 is_ok &= CheckError( in iterate()
4283 is_ok &= CheckError( in iterate()
4289 is_ok &= CheckError( in iterate()
4295 is_ok &= CheckError( in iterate()
4342 bool EnableDisableAttributeErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* lo… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributeErrorsTest
4420CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION error was not generated by VertexArrayElementB… in iterate()
[all …]
Dgl4cDirectStateAccessTests.hpp4564 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
4590 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
4615 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
4661 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
4708 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
4737 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
4763 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
4788 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
4830 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.h81 angle::Result CheckError(const gl::Context *context,
89 ANGLE_TRY(CheckError(context, #call, __FILE__, __FUNCTION__, __LINE__))
Drenderergl_utils.cpp2492 angle::Result CheckError(const gl::Context *context, in CheckError() function
/third_party/node/src/
Dnode_zlib.cc368 if (CheckError()) { in Write()
393 bool CheckError() { in CheckError() function in node::__anon14f432990111::CompressionStream
420 if (!CheckError()) in AfterThreadPoolWork()