Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
H A 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('{"unknownNam
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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 EnableVertexArrayAttrib if " in iterate()
4271 is_ok &= CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION was not generated by DisableVertexArrayAttrib if " 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* log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributeErrorsTest
4420 CheckError(GL_INVALID_OPERATIO in iterate()
4477 bool ElementBufferErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferErrorsTest
4689 bool VertexBuffersErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::VertexBuffersErrorsTest
5002 bool AttributeFormatErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeFormatErrorsTest
5149 bool AttributeBindingErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingErrorsTest
5283 bool AttributeBindingDivisorErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingDivisorErrorsTest
5408 bool GetVertexArrayErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayErrorsTest
5575 bool GetVertexArrayIndexedErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedErrorsTest
[all...]
H A 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/
H A Drenderergl_utils.h81 angle::Result CheckError(const gl::Context *context,
89 ANGLE_TRY(CheckError(context, #call, __FILE__, __FUNCTION__, __LINE__))
H A Drenderergl_utils.cpp2492 angle::Result CheckError(const gl::Context *context, in CheckError() function
/third_party/node/src/
H A Dnode_zlib.cc368 if (CheckError()) { in Write()
393 bool CheckError() { in CheckError() function in node::__anon15438::CompressionStream
420 if (!CheckError())

Completed in 22 milliseconds