Home
last modified time | relevance | path

Searched refs:checkError (Results 1 – 25 of 52) sorted by relevance

123

/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java45 public void checkError() { in checkError() method in GLErrorLogger.ErrorLoggingGL
58 checkError(); in glActiveTexture()
63 checkError(); in glAlphaFunc()
68 checkError(); in glAlphaFuncx()
73 checkError(); in glBindTexture()
78 checkError(); in glBlendFunc()
83 checkError(); in glClear()
88 checkError(); in glClearColor()
93 checkError(); in glClearColorx()
98 checkError(); in glClearDepthf()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTex3DValidation.cpp93 if (!checkError(GL_NO_ERROR, "glTexImage3D() call failed when called with valid arguments - ")) in iterate()
102 if (!checkError(GL_NO_ERROR, "glTexStorage3D() call failed when called with valid arguments - ")) in iterate()
119 …if (!checkError(GL_INVALID_VALUE, "glTexImage3D() call generated an invalid error code when width … in iterate()
128 if (!checkError(GL_INVALID_VALUE, "glTexStorage3D() call generated an invalid error code " in iterate()
145 if (!checkError(GL_INVALID_VALUE, "glTexImage3D() call generated an invalid error code" in iterate()
158 if (!checkError(GL_INVALID_VALUE, "glTexStorage3D() call generated an invalid error " in iterate()
175 …if (!checkError(GL_INVALID_OPERATION, "glTexStorage3D() call generated an invalid error code when … in iterate()
204 bool TextureCubeMapArrayTex3DValidation::checkError(glw::GLint expectedError, const char* message) in checkError() function in glcts::TextureCubeMapArrayTex3DValidation
DesextcTextureCubeMapArrayTex3DValidation.hpp71 bool checkError(glw::GLint expectedError, const char* message);
/external/deqp/modules/gles2/functional/
Des2fFboApiTest.cpp64 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError() function
171 checkError(testCtx, context, levels[ndx] == 0 ? GL_NO_ERROR : GL_INVALID_VALUE); in textureLevelsTest()
191 checkError(testCtx, context, de::inBounds(levels[ndx], 0, 16) ? GL_NO_ERROR : GL_INVALID_VALUE); in textureLevelsWithRenderToMipmapTest()
211 checkError(testCtx, context, GL_NO_ERROR); in validTex2DAttachmentsTest()
243 checkError(testCtx, context, GL_NO_ERROR); in validTexCubeAttachmentsTest()
265 checkError(testCtx, context, GL_NO_ERROR); in validRboAttachmentsTest()
276 checkError(testCtx, context, GL_INVALID_OPERATION); in attachToDefaultFramebufferTest()
283 checkError(testCtx, context, GL_INVALID_OPERATION); in attachToDefaultFramebufferTest()
295 checkError(testCtx, context, GL_INVALID_OPERATION); in invalidTex2DAttachmentTest()
300 checkError(testCtx, context, GL_INVALID_OPERATION); in invalidTex2DAttachmentTest()
[all …]
/external/python/cpython3/Lib/test/
Dtest_regrtest.py44 def checkError(self, args, msg): member in ParseArgsTestCase
62 self.checkError(['--timeout'], 'expected one argument')
63 self.checkError(['--timeout', 'foo'], 'invalid float value')
72 self.checkError(['--worker-args'], 'expected one argument')
79 self.checkError([opt], 'expected one argument')
135 self.checkError(['--randseed'], 'expected one argument')
136 self.checkError(['--randseed', 'foo'], 'invalid int value')
143 self.checkError([opt], 'expected one argument')
144 self.checkError([opt, 'foo', '-s'], "don't go together")
157 self.checkError([opt, '-f', 'foo'], "don't go together")
[all …]
/external/deqp/framework/egl/
DegluDefs.hpp28 #define EGLU_CHECK(EGLW) eglu::checkError((EGLW).getError(), DE_NULL, __FILE__, __LINE__)
29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__)
30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, …
31 #define EGLU_CHECK_CALL_FPTR(EGLW, CALL) do { CALL; eglu::checkError((EGLW).getError(), #CALL, __FI…
60 void checkError (deUint32 err, const char* msg, const char* file, int line);
/external/deqp/modules/gles3/functional/
Des3fFboApiTests.cpp59 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError() function
166checkError(testCtx, context, levels[ndx] >= 0 && levels[ndx] <= log2MaxTexSize ? GL_NO_ERROR : GL_… in textureLevelsTest()
186 checkError(testCtx, context, GL_NO_ERROR); in validTex2DAttachmentsTest()
218 checkError(testCtx, context, GL_NO_ERROR); in validTexCubeAttachmentsTest()
240 checkError(testCtx, context, GL_NO_ERROR); in validRboAttachmentsTest()
251 checkError(testCtx, context, GL_INVALID_OPERATION); in attachToDefaultFramebufferTest()
258 checkError(testCtx, context, GL_INVALID_OPERATION); in attachToDefaultFramebufferTest()
270 checkError(testCtx, context, GL_INVALID_OPERATION); in invalidTex2DAttachmentTest()
275 checkError(testCtx, context, GL_INVALID_OPERATION); in invalidTex2DAttachmentTest()
286 checkError(testCtx, context, GL_INVALID_OPERATION); in invalidTexCubeAttachmentTest()
[all …]
Des3fFboColorbufferTests.cpp131 checkError(); in render()
135 checkError(); in render()
196 checkError(); in render()
270 checkError(); in render()
395 checkError(); in render()
404 checkError(); in render()
444 checkError(); in render()
461 checkError(); in render()
531 checkError(); in render()
570 checkError(); in render()
[all …]
Des3fFboDepthbufferTests.cpp97 checkError(); in render()
189 checkError(); in render()
275 checkError(); in render()
Des3fFramebufferBlitTests.cpp102 checkError(); in render()
391 checkError(); in render()
418 checkError(); in render()
528 checkError(); in render()
658 checkError(); in render()
787 checkError(); in render()
828 checkError(); in render()
840 checkError(); in render()
851 checkError(); in render()
Des3fFboTestCase.hpp62 void checkError (void);
Des3fFboStencilbufferTests.cpp96 checkError(); in render()
193 checkError(); in render()
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp43 static bool checkError (tcu::ResultCollector& result, glu::CallLogWrapper& gl, const char* msg) in checkError() function
279 if (!checkError(result, gl, "glIsEnabled")) in queryState()
294 if (!checkError(result, gl, "glGetBooleanv")) in queryState()
311 if (!checkError(result, gl, "glGetIntegerv")) in queryState()
326 if (!checkError(result, gl, "glGetInteger64v")) in queryState()
341 if (!checkError(result, gl, "glGetFloatv")) in queryState()
366 if (!checkError(result, gl, "glGetBooleani_v")) in queryIndexedState()
392 if (!checkError(result, gl, "glGetIntegeri_v")) in queryIndexedState()
407 if (!checkError(result, gl, "glGetInteger64i_v")) in queryIndexedState()
421 if (!checkError(result, gl, "glIsEnabledi")) in queryIndexedState()
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVError.h52 getErrorLog().checkError(Condition, SPIRVEC_##ErrCode, std::string()+ErrMsg,\
57 if (!getErrorLog().checkError(Condition, SPIRVEC_##ErrCode,\
91 bool checkError(bool Condition, SPIRVErrorCode ErrCode,
103 SPIRVErrorLog::checkError(bool Cond, SPIRVErrorCode ErrCode, in checkError() function
/external/deqp/framework/opengl/
DgluDefs.cpp65 void checkError (const RenderContext& context, const char* msg, const char* file, int line) in checkError() function
67 checkError(context.getFunctions().getError(), msg, file, line); in checkError()
70 void checkError (deUint32 err, const char* msg, const char* file, int line) in checkError() function
DgluDefs.hpp29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__)
74 void checkError (deUint32 err, const char* msg, const char* file, int line);
75 void checkError (const RenderContext& context, const char* msg, const char* file, int line);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp95 void checkError(ArrayRef<StringRef> ExpectedMsgs, Error Err) { in checkError() function
109 void checkError(StringRef ExpectedMsg, Error Err) { in checkError() function
110 checkError(ArrayRef<StringRef>{ExpectedMsg}, std::move(Err)); in checkError()
120 checkError(ExpectedMsg, ExpectedLineTable.takeError()); in checkGetOrParseLineTableEmitsError()
465 checkError("last sequence in debug line table is not terminated!", in TEST_F()
546 checkError("parsing line table prologue at offset 0x00000000 unsupported " in TEST_F()
566 checkError("parsing line table prologue at offset 0x00000000 unsupported " in TEST_F()
589 checkError({"parsing line table prologue at offset 0x00000000 found " in TEST_F()
613 checkError( in TEST_F()
622 checkError("last sequence in debug line table is not terminated!", in TEST_F()
[all …]
/external/antlr/tool/src/test/java/org/antlr/test/
DTestAttributes.java442 checkError(equeue, expectedMessage); in testInvalidArguments()
609 checkError(equeue, expectedMessage); in testInvalidReturnValues()
758 checkError(equeue, expectedMessage); in testInvalidRuleLabelAccessesParameter()
787 checkError(equeue, expectedMessage); in testInvalidRuleLabelAccessesScopeAttribute()
815 checkError(equeue, expectedMessage); in testInvalidRuleAttribute()
843 checkError(equeue, expectedMessage); in testMissingRuleAttribute()
869 checkError(equeue, expectedMessage); in testMissingUnlabeledRuleAttribute()
893 checkError(equeue, expectedMessage); in testNonDynamicAttributeOutsideRule()
919 checkError(equeue, expectedMessage); in testNonDynamicAttributeOutsideRule2()
974 checkError(equeue, expectedMessage); in testUnknownGlobalScope()
[all …]
DTestRewriteAST.java1182 checkError(equeue, expectedMessage); in testUnknownRule()
1211 checkError(equeue, expectedMessage); in testKnownRuleButNotInLHS()
1239 checkError(equeue, expectedMessage); in testUnknownToken()
1267 checkError(equeue, expectedMessage); in testUnknownLabel()
1295 checkError(equeue, expectedMessage); in testUnknownCharLiteralToken()
1323 checkError(equeue, expectedMessage); in testUnknownStringLiteralToken()
DTestTemplates.java316 checkError(equeue, expectedMessage); in testCannotHaveSpaceBeforeDot()
344 checkError(equeue, expectedMessage); in testCannotHaveSpaceAfterDot()
347 protected void checkError(ErrorQueue equeue, in checkError() method in TestTemplates
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp920 glu::checkError(ctx.getError(), "", __FILE__, __LINE__); in renderTo()
934 glu::checkError(ctx.getError(), "", __FILE__, __LINE__); in renderTo()
1395 glu::checkError(gl.getError(), "create draw command", __FILE__, __LINE__); in createDrawCommand()
1463 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in createDrawData()
1490 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in createDrawIndices()
1542 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in renderTo()
1545 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in renderTo()
1548 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in renderTo()
1638 glu::checkError(gl.getError(), "use compute shader", __FILE__, __LINE__); in runComputeShader()
1678 glu::checkError(gl.getError(), "setup buffers", __FILE__, __LINE__); in runComputeShader()
[all …]
Des31fFboColorbufferTests.cpp186 checkError(); in render()
227 checkError(); in render()
247 checkError(); in render()
Des31fFboTestCase.hpp62 void checkError (void);
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp191 glu::checkError(gl.glGetError(), "gen vao", __FILE__, __LINE__); in iterate()
205 glu::checkError(gl.glGetError(), "", __FILE__, __LINE__); in iterate()
218 glu::checkError(gl.glGetError(), "", __FILE__, __LINE__); in iterate()
231 glu::checkError(gl.glGetError(), "", __FILE__, __LINE__); in iterate()
255 glu::checkError(gl.glGetError(), "", __FILE__, __LINE__); in iterate()
279 glu::checkError(gl.glGetError(), "", __FILE__, __LINE__); in iterate()
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp118 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in checkGetConfigsBounds()
253 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in iterate()
275 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in getValue()
414 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__); in executeTest()

123