Home
last modified time | relevance | path

Searched refs:checkError (Results 1 – 25 of 55) 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/opencv3/3rdparty/openexr/IlmImf/
DImfStdIO.cpp60 checkError (istream &is, streamsize expected = 0) in checkError() function
80 checkError (ostream &os) in checkError() function
131 return checkError (*_is, n); in read()
146 checkError (*_is); in seekg()
191 checkError (*_os); in write()
206 checkError (*_os); in seekp()
221 checkError (_os); in write()
236 checkError (_os); in seekp()
/external/deqp/modules/gles2/functional/
Des2fFboApiTest.cpp63 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError() function
170 checkError(testCtx, context, levels[ndx] == 0 ? GL_NO_ERROR : GL_INVALID_VALUE); in textureLevelsTest()
190 checkError(testCtx, context, de::inBounds(levels[ndx], 0, 16) ? GL_NO_ERROR : GL_INVALID_VALUE); in textureLevelsWithRenderToMipmapTest()
210 checkError(testCtx, context, GL_NO_ERROR); in validTex2DAttachmentsTest()
242 checkError(testCtx, context, GL_NO_ERROR); in validTexCubeAttachmentsTest()
264 checkError(testCtx, context, GL_NO_ERROR); in validRboAttachmentsTest()
275 checkError(testCtx, context, GL_INVALID_OPERATION); in attachToDefaultFramebufferTest()
282 checkError(testCtx, context, GL_INVALID_OPERATION); in attachToDefaultFramebufferTest()
294 checkError(testCtx, context, GL_INVALID_OPERATION); in invalidTex2DAttachmentTest()
299 checkError(testCtx, context, GL_INVALID_OPERATION); in invalidTex2DAttachmentTest()
[all …]
/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()
Des3fFboMultisampleTests.cpp124 checkError(); in render()
169 checkError(); in render()
/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, __…
59 void checkError (deUint32 err, const char* msg, const char* file, int line);
DegluDefs.cpp39 void checkError (deUint32 err, const char* message, const char* file, int line) in checkError() function
/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/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__)
69 void checkError (deUint32 err, const char* msg, const char* file, int line);
70 void checkError (const RenderContext& context, const char* msg, const char* file, int line);
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAttributes.java440 checkError(equeue, expectedMessage); in testInvalidArguments()
607 checkError(equeue, expectedMessage); in testInvalidReturnValues()
756 checkError(equeue, expectedMessage); in testInvalidRuleLabelAccessesParameter()
785 checkError(equeue, expectedMessage); in testInvalidRuleLabelAccessesScopeAttribute()
813 checkError(equeue, expectedMessage); in testInvalidRuleAttribute()
841 checkError(equeue, expectedMessage); in testMissingRuleAttribute()
867 checkError(equeue, expectedMessage); in testMissingUnlabeledRuleAttribute()
891 checkError(equeue, expectedMessage); in testNonDynamicAttributeOutsideRule()
917 checkError(equeue, expectedMessage); in testNonDynamicAttributeOutsideRule2()
972 checkError(equeue, expectedMessage); in testUnknownGlobalScope()
[all …]
DTestRewriteAST.java1183 checkError(equeue, expectedMessage); in testUnknownRule()
1212 checkError(equeue, expectedMessage); in testKnownRuleButNotInLHS()
1240 checkError(equeue, expectedMessage); in testUnknownToken()
1268 checkError(equeue, expectedMessage); in testUnknownLabel()
1296 checkError(equeue, expectedMessage); in testUnknownCharLiteralToken()
1324 checkError(equeue, expectedMessage); in testUnknownStringLiteralToken()
DTestTemplates.java314 checkError(equeue, expectedMessage); in testCannotHaveSpaceBeforeDot()
342 checkError(equeue, expectedMessage); in testCannotHaveSpaceAfterDot()
345 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()
1394 glu::checkError(gl.getError(), "create draw command", __FILE__, __LINE__); in createDrawCommand()
1462 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in createDrawData()
1489 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in createDrawIndices()
1541 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in renderTo()
1544 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in renderTo()
1547 glu::checkError(gl.getError(), "", __FILE__, __LINE__); in renderTo()
1637 glu::checkError(gl.getError(), "use compute shader", __FILE__, __LINE__); in runComputeShader()
1677 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()
DteglGetProcAddressTests.cpp204 eglu::checkError(eglGetError(), "eglGetProcAddress()", __FILE__, __LINE__); in executeTest()
255 eglu::checkError(eglGetError(), "eglGetProcAddress()", __FILE__, __LINE__); in executeTest()
/external/jetty/src/java/org/eclipse/jetty/io/
DUncheckedPrintWriter.java113 public boolean checkError() in checkError() method in UncheckedPrintWriter
115 return _ioException!=null || super.checkError(); in checkError()

123