Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/external/deqp/modules/gles3/performance/
Des3pRedundantStateChangeTests.cpp141 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()"); in init()
143 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetAttribLocation()"); in init()
146 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnableVertexAttribArray()"); in init()
148 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in init()
150 GLU_EXPECT_NO_ERROR(gl.getError(), "glVertexAttribPointer()"); in init()
153 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetUniformLocation()"); in init()
156 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture()"); in init()
159 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1i()"); in init()
162 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport()"); in init()
178 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()"); in init()
[all …]
Des3pStateChangeTests.cpp150 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()"); in init()
152 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetAttribLocation()"); in init()
155 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnableVertexAttribArray()"); in init()
157 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in init()
159 GLU_EXPECT_NO_ERROR(gl.getError(), "glVertexAttribPointer()"); in init()
162 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetUniformLocation()"); in init()
165 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture()"); in init()
168 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1i()"); in init()
171 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport()"); in init()
192 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()"); in init()
[all …]
/external/deqp/modules/gles2/performance/
Des2pRedundantStateChangeTests.cpp141 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()"); in init()
143 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetAttribLocation()"); in init()
146 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnableVertexAttribArray()"); in init()
148 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in init()
150 GLU_EXPECT_NO_ERROR(gl.getError(), "glVertexAttribPointer()"); in init()
153 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetUniformLocation()"); in init()
156 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture()"); in init()
159 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1i()"); in init()
162 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport()"); in init()
178 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()"); in init()
[all …]
Des2pStateChangeTests.cpp150 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()"); in init()
152 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetAttribLocation()"); in init()
155 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnableVertexAttribArray()"); in init()
157 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in init()
159 GLU_EXPECT_NO_ERROR(gl.getError(), "glVertexAttribPointer()"); in init()
162 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetUniformLocation()"); in init()
165 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture()"); in init()
168 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1i()"); in init()
171 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport()"); in init()
192 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram()"); in init()
[all …]
Des2pDrawCallBatchingTests.cpp363 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating static buffer failed"); in createArrayBuffers()
377 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating static buffer failed"); in createArrayBuffers()
394 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating dynamic buffer failed"); in createArrayBuffers()
412 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating dynamic buffer failed"); in createArrayBuffers()
436 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating dynamic index buffer failed"); in createIndexBuffer()
448 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating dynamic index buffer failed"); in createIndexBuffer()
462 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating dynamic index buffer failed"); in createIndexBuffer()
474 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating dynamic index buffer failed"); in createIndexBuffer()
509 GLU_EXPECT_NO_ERROR(gl.getError(), "glDeleteBuffers()"); in deinit()
517 GLU_EXPECT_NO_ERROR(gl.getError(), "glDeleteBuffers()"); in deinit()
[all …]
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp86 …GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_MIN_FILTER, state.minFilter… in setTextureState()
88 …GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_MAG_FILTER, state.magFilter… in setTextureState()
90 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS)"); in setTextureState()
92 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_T, state.wrapT)"); in setTextureState()
94 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_R, state.wrapR)"); in setTextureState()
96 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameterf(target, GL_TEXTURE_MAX_LOD, state.maxLod)"); in setTextureState()
98 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameterf(target, GL_TEXTURE_MIN_LOD, state.minLod)"); in setTextureState()
104 …GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_MIN_FILTER, state.minF… in setSamplerState()
106 …GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_MAG_FILTER, state.magF… in setSamplerState()
108 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_S, state.wrapS)"); in setSamplerState()
[all …]
DglsStateChangePerfTestCases.cpp249 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers()"); in requireIndexBuffers()
252 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in requireIndexBuffers()
254 GLU_EXPECT_NO_ERROR(gl.getError(), "glBufferData()"); in requireIndexBuffers()
256 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in requireIndexBuffers()
279 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers()"); in requireCoordBuffers()
282 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in requireCoordBuffers()
284 GLU_EXPECT_NO_ERROR(gl.getError(), "glBufferData()"); in requireCoordBuffers()
286 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in requireCoordBuffers()
353 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures()"); in requireTextures()
356 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture()"); in requireTextures()
[all …]
DglsLifetimeTests.cpp194 gl.getError()); in setupFbo()
199 GLU_CHECK_CALL_ERROR(gl.clear(GL_COLOR_BUFFER_BIT), gl.getError()); in setupFbo()
217 GLU_CHECK_CALL_ERROR(gl.clearColor(r1, g1, b1, a1), gl.getError()); in setupFbo()
218 GLU_CHECK_CALL_ERROR(gl.clear(GL_COLOR_BUFFER_BIT), gl.getError()); in setupFbo()
227 GLU_CHECK_ERROR(gl.getError()); in setupFbo()
237 gl.getError()); in drawFbo()
241 GLU_EXPECT_NO_ERROR(gl.getError(), "Read pixels from framebuffer"); in drawFbo()
245 gl.getError()); in drawFbo()
256 gl.getError()); in getFboAttachment()
265 gl.getError()); in getFboAttachment()
[all …]
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp60 return S.getError(); in openFileForRead()
142 ASSERT_FALSE(Status.getError()); in TEST()
152 ASSERT_FALSE(Status.getError()); in TEST()
162 ASSERT_FALSE(Status.getError()); in TEST()
172 ASSERT_FALSE(Status2.getError()); in TEST()
186 EXPECT_FALSE(Status.getError()); in TEST()
190 EXPECT_FALSE(Status2.getError()); in TEST()
210 ASSERT_FALSE(StatusB.getError()); in TEST()
212 ASSERT_FALSE(Status1.getError()); in TEST()
215 ASSERT_FALSE(StatusM.getError()); in TEST()
[all …]
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp153 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create shaders and program"); in createGLES2Program()
157 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup vertex shader"); in createGLES2Program()
161 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup fragment shader"); in createGLES2Program()
172 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get vertex shader compile info"); in createGLES2Program()
186 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get fragment shader compile info"); in createGLES2Program()
194 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup program"); in createGLES2Program()
205 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to get program link info"); in createGLES2Program()
223 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to delete shaders"); in createGLES2Program()
336 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to setup shader program for rendering"); in executeForConfig()
341 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to clear surface"); in executeForConfig()
[all …]
DteglGLES2SharedRenderingPerfTests.cpp210 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers()"); in createCoordBuffer()
212 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in createCoordBuffer()
214 GLU_EXPECT_NO_ERROR(gl.getError(), "glBufferData()"); in createCoordBuffer()
216 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in createCoordBuffer()
248 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers()"); in createIndexBuffer()
250 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in createIndexBuffer()
252 GLU_EXPECT_NO_ERROR(gl.getError(), "glBufferData()"); in createIndexBuffer()
254 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer()"); in createIndexBuffer()
281 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures()"); in createTexture()
283 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture()"); in createTexture()
[all …]
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp87 if (std::error_code EC = TableOrErr.getError()) in dump()
94 if (std::error_code EC = S.getError()) in dump()
101 if (std::error_code EC = S.getError()) in dump()
108 if (std::error_code EC = G.getError()) in dump()
115 if (std::error_code EC = G.getError()) in dump()
122 if (std::error_code EC = S.getError()) in dump()
129 if (std::error_code EC = S.getError()) in dump()
138 if (std::error_code EC = StrTableOrErr.getError()) in dump()
183 if (std::error_code EC = NameOrErr.getError()) in dumpSymbol()
188 if (std::error_code EC = ShdrOrErr.getError()) in dumpSymbol()
[all …]
/external/deqp/framework/opengl/
DgluShaderProgram.cpp46 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glCreateShader()"); in Shader()
56 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glCreateShader()"); in Shader()
68 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glShaderSource()"); in setSources()
90 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glCompileShader()"); in compile()
97 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glGetShaderiv()"); in compile()
108 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glGetShaderiv()"); in compile()
142 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetProgramiv()"); in getProgramLinkStatus()
152 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetProgramiv()"); in getProgramInfoLog()
180 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glCreateProgram()"); in Program()
188 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glCreateProgram()"); in Program()
[all …]
DgluTexture.cpp60 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures() failed"); in Texture1D()
71 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures() failed"); in Texture1D()
87 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in upload()
100 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in upload()
114 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures() failed"); in Texture2D()
126 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures() failed"); in Texture2D()
142 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures() failed"); in Texture2D()
170 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in upload()
184 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in upload()
211 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in loadCompressed()
[all …]
DgluStateReset.cpp47 if (gl.getError() == GL_NONE) in resetErrors()
93 GLU_EXPECT_NO_ERROR(gl.getError(), "Vertex attrib array state reset failed"); in resetStateES()
106 GLU_EXPECT_NO_ERROR(gl.getError(), "Transformation state reset failed"); in resetStateES()
121 GLU_EXPECT_NO_ERROR(gl.getError(), "Rasterization state reset failed"); in resetStateES()
141 GLU_EXPECT_NO_ERROR(gl.getError(), "Multisampling state reset failed"); in resetStateES()
326 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture state reset failed"); in resetStateES()
346 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to reset indexed draw buffer state"); in resetStateES()
370 GLU_EXPECT_NO_ERROR(gl.getError(), "Pixel operation state reset failed"); in resetStateES()
383 GLU_EXPECT_NO_ERROR(gl.getError(), "Framebuffer control state reset failed"); in resetStateES()
401 GLU_EXPECT_NO_ERROR(gl.getError(), "Framebuffer state reset failed"); in resetStateES()
[all …]
DgluContextInfo.cpp175 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_COMPRESSED_TEXTURE_FORMATS) failed"); in operator ()()
193 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS) failed"); in ContextInfo()
202 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_NUM_EXTENSIONS) failed"); in ContextInfo()
207 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS, ndx) failed"); in ContextInfo()
219 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetIntegerv() failed"); in getInt()
227 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetBooleanv() failed"); in getBool()
234 GLU_EXPECT_NO_ERROR(m_context.getFunctions().getError(), "glGetString() failed"); in getString()
/external/deqp/modules/gles31/functional/
Des31fMultisampleShaderRenderCase.cpp144 GLU_EXPECT_NO_ERROR(gl.getError(), "gen buf"); in init()
147 GLU_EXPECT_NO_ERROR(gl.getError(), "setup data"); in init()
150 GLU_EXPECT_NO_ERROR(gl.getError(), "gen vao"); in init()
165 GLU_EXPECT_NO_ERROR(gl.getError(), "setup data"); in init()
176 GLU_EXPECT_NO_ERROR(gl.getError(), "gen vao"); in init()
188 GLU_EXPECT_NO_ERROR(gl.getError(), "gen tex"); in init()
193 GLU_EXPECT_NO_ERROR(gl.getError(), "gen fbo"); in init()
226 GLU_EXPECT_NO_ERROR(gl.getError(), "gen rbo"); in init()
231 GLU_EXPECT_NO_ERROR(gl.getError(), "gen fbo"); in init()
253 GLU_EXPECT_NO_ERROR(gl.getError(), "gen tex"); in init()
[all …]
Des31fTessellationGeometryInteractionTests.cpp211 GLU_EXPECT_NO_ERROR(gl.getError(), "gen buffer"); in init()
246 GLU_EXPECT_NO_ERROR(gl.getError(), "set viewport"); in iterate()
251 GLU_EXPECT_NO_ERROR(gl.getError(), "set blend"); in iterate()
289 GLU_EXPECT_NO_ERROR(gl.getError(), "setup attribs"); in iterate()
297 GLU_EXPECT_NO_ERROR(gl.getError(), "use program"); in iterate()
300 GLU_EXPECT_NO_ERROR(gl.getError(), "set patch param"); in iterate()
303 GLU_EXPECT_NO_ERROR(gl.getError(), "clear"); in iterate()
306 GLU_EXPECT_NO_ERROR(gl.getError(), "draw patches"); in iterate()
515 GLU_EXPECT_NO_ERROR(gl.getError(), "gen buffer"); in init()
549 GLU_EXPECT_NO_ERROR(gl.getError(), "set viewport"); in iterate()
[all …]
Des31fMultisampleTests.cpp264 GLU_EXPECT_NO_ERROR(gl.getError(), "getIntegerv(GL_SAMPLES)"); in init()
279 GLU_EXPECT_NO_ERROR(gl.getError(), "getAttribLocation"); in init()
324 GLU_EXPECT_NO_ERROR(gl.getError(), "bindVertexArray"); in renderTriangle()
328 GLU_EXPECT_NO_ERROR(gl.getError(), "vtx buf"); in renderTriangle()
332 GLU_EXPECT_NO_ERROR(gl.getError(), "vtx vertexAttribPointer"); in renderTriangle()
336 GLU_EXPECT_NO_ERROR(gl.getError(), "col buf"); in renderTriangle()
340 GLU_EXPECT_NO_ERROR(gl.getError(), "col vertexAttribPointer"); in renderTriangle()
344 GLU_EXPECT_NO_ERROR(gl.getError(), "drawArrays"); in renderTriangle()
384 GLU_EXPECT_NO_ERROR(gl.getError(), "viewport"); in randomizeViewport()
448 GLU_EXPECT_NO_ERROR(gl.getError(), "set blend"); in iterate()
[all …]
Des31fBasicComputeShaderTests.cpp59 GLU_EXPECT_NO_ERROR(gl.getError(), "glMapBufferRange()"); in BufferMemMap()
108 GLU_EXPECT_NO_ERROR(gl.getError(), "glDispatchCompute()"); in iterate()
188 GLU_EXPECT_NO_ERROR(gl.getError(), "Input buffer setup failed"); in iterate()
199 GLU_EXPECT_NO_ERROR(gl.getError(), "Output buffer setup failed"); in iterate()
204 GLU_EXPECT_NO_ERROR(gl.getError(), "glDispatchCompute()"); in iterate()
309 GLU_EXPECT_NO_ERROR(gl.getError(), "Input buffer setup failed"); in iterate()
320 GLU_EXPECT_NO_ERROR(gl.getError(), "Output buffer setup failed"); in iterate()
325 GLU_EXPECT_NO_ERROR(gl.getError(), "glDispatchCompute()"); in iterate()
426 GLU_EXPECT_NO_ERROR(gl.getError(), "Buffer setup failed"); in iterate()
431 GLU_EXPECT_NO_ERROR(gl.getError(), "glDispatchCompute()"); in iterate()
[all …]
Des31fShaderTextureSizeTests.cpp389 GLU_EXPECT_NO_ERROR(gl.getError(), "texture gen"); in createTexture()
395 GLU_EXPECT_NO_ERROR(gl.getError(), "texStorage"); in createTexture()
407 GLU_EXPECT_NO_ERROR(gl.getError(), "texture delete"); in deleteTexture()
420 GLU_EXPECT_NO_ERROR(gl.getError(), "preclear"); in runShader()
424 GLU_EXPECT_NO_ERROR(gl.getError(), "clear"); in runShader()
429 GLU_EXPECT_NO_ERROR(gl.getError(), "vertexAttrib"); in runShader()
437 GLU_EXPECT_NO_ERROR(gl.getError(), "setup program"); in runShader()
440 GLU_EXPECT_NO_ERROR(gl.getError(), "bindtex"); in runShader()
443 GLU_EXPECT_NO_ERROR(gl.getError(), "drawArrays"); in runShader()
447 GLU_EXPECT_NO_ERROR(gl.getError(), "cleanup"); in runShader()
[all …]
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp280 if (std::error_code EC = Idx.getError()) in readStringFromTable()
290 if (std::error_code EC = NumSamples.getError()) in readProfile()
296 if (std::error_code EC = NumRecords.getError()) in readProfile()
301 if (std::error_code EC = LineOffset.getError()) in readProfile()
309 if (std::error_code EC = Discriminator.getError()) in readProfile()
313 if (std::error_code EC = NumSamples.getError()) in readProfile()
317 if (std::error_code EC = NumCalls.getError()) in readProfile()
322 if (std::error_code EC = CalledFunction.getError()) in readProfile()
326 if (std::error_code EC = CalledFunctionSamples.getError()) in readProfile()
338 if (std::error_code EC = NumCallsites.getError()) in readProfile()
[all …]
/external/llvm/tools/dsymutil/
DBinaryHolder.cpp76 if (auto Err = ErrOrFile.getError()) in GetMemoryBuffersForFile()
85 if (ErrOrFat.getError()) { in GetMemoryBuffersForFile()
113 if (std::error_code Err = ChildOrErr.getError()) in GetArchiveMemberBuffers()
127 if (auto Err = ErrOrMem.getError()) in GetArchiveMemberBuffers()
146 if (auto Err = ErrOrBuff.getError()) in MapArchiveAndGetMemberBuffers()
156 if (ErrOrFat.getError()) { in MapArchiveAndGetMemberBuffers()
167 if (auto Err = ErrOrArchive.getError()) in MapArchiveAndGetMemberBuffers()
190 if (auto Err = ErrOrMemBufferRefs.getError()) in GetObjectFiles()
199 if (auto Err = ErrOrObjectFile.getError()) in GetObjectFiles()
/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, __…
45 deUint32 getError (void) const { return m_error; } in getError() function in eglu::Error
/external/llvm/lib/Object/
DArchive.cpp99 if ((*EC = MemberSize.getError())) in Child()
120 if (std::error_code EC = Size.getError()) in getSize()
129 if (std::error_code EC = Size.getError()) in getRawSize()
142 if (std::error_code EC = Size.getError()) in getBuffer()
147 if (std::error_code EC = Name.getError()) in getBuffer()
153 if (std::error_code EC = Buf.getError()) in getBuffer()
229 if (std::error_code EC = NameOrErr.getError()) in getMemoryBufferRef()
233 if (std::error_code EC = Buf.getError()) in getMemoryBufferRef()
241 if (std::error_code EC = BuffOrErr.getError()) in getAsBinary()
275 if ((ec = I->getError())) in Archive()
[all …]

12345678910>>...17