HomeSort by relevance Sort by last modified time
    Searched refs:getError (Results 226 - 250 of 479) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 140 if (std::error_code EC = BufferPtr.getError()) {
  /external/skia/src/animator/
SkAnimateBase.cpp 220 if (engine.getError() != SkScriptEngine::kNoError)
SkScript.h 80 Error getError() const { return fError; }
SkScript2.h 44 Error getError() { return fError; }
  /frameworks/compile/slang/
llvm-rs-cc.cpp 290 if (MBOrErr.getError()) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 235 if (view.getError() == null) {
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 874 GLU_EXPECT_NO_ERROR(gl.getError(), "query interface");
890 GLU_EXPECT_NO_ERROR(gl.getError(), "query resource name");
952 GLU_EXPECT_NO_ERROR(gl.getError(), "query resource index");
    [all...]
es31fVertexAttributeBindingTests.cpp 177 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR)
484 if (gl.getError() != GL_NO_ERROR)
798 GLU_EXPECT_NO_ERROR(gl.getError(), "upload data");
807 GLU_EXPECT_NO_ERROR(gl.getError(), "upload colordata");
    [all...]
es31fFboNoAttachmentTests.cpp 168 GLU_EXPECT_NO_ERROR(gl.getError(), "Query failed");
253 GLU_EXPECT_NO_ERROR(gl.getError(), "Query failed");
es31fSampleShadingTests.cpp 523 GLU_EXPECT_NO_ERROR(gl.getError(), "set ratio");
534 GLU_EXPECT_NO_ERROR(gl.getError(), "set ratio");
es31fTextureFilteringTests.cpp 368 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw");
371 GLU_EXPECT_NO_ERROR(gl.getError(), "Read pixels");
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 341 GLU_EXPECT_NO_ERROR(gl.getError(), "After texture setup");
653 GLU_EXPECT_NO_ERROR(gl.getError(), "After texture setup");
700 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw");
704 GLU_EXPECT_NO_ERROR(gl.getError(), "Read pixels");
878 GLU_EXPECT_NO_ERROR(gl.getError(), "After texture setup");
883 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenerateMipmap()");
    [all...]
  /external/deqp/framework/opengl/
gluDrawUtil.cpp 334 GLU_EXPECT_NO_ERROR(gl.getError(), "Uploading buffer data failed");
382 GLU_EXPECT_NO_ERROR(gl.getError(), "Uploading index data failed");
447 GLU_EXPECT_NO_ERROR(context.getFunctions().getError(), "oh");
gluES3PlusWrapperFuncs.inl 64 dst->getError = src.getError;
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 375 GLU_EXPECT_NO_ERROR(gl.getError(), "iterate");
464 GLU_EXPECT_NO_ERROR(m_context.getRenderContext().getFunctions().getError(), "finish");
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 433 GLenum glStatus = builder.getError();
720 gl(*this).getError(), "Couldn't read GL_MAX_COLOR_ATTACHMENTS");
glsMemoryStressCase.cpp 647 m_glError = err.getError();
737 m_glError = err.getError();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 362 assertNull(textView.getError());
365 assertEquals(error, textView.getError());
  /frameworks/base/tools/aapt/
StringPool.cpp 36 if (pool->getError() == NO_INIT) {
39 } else if (pool->getError() != NO_ERROR) {
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 807 e = mRunner.getError();
809 e = mOldRunner.getError();
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 41 virtual GLenum getError() { return m_error; };
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayXMLParser.cpp 258 getError()->setCode(SkDisplayXMLParserError::kParentElementCantContain);
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 149 if (std::error_code Result = DatabaseBuffer.getError()) {
  /external/clang/tools/clang-format/
ClangFormat.cpp 214 if (std::error_code EC = CodeOrErr.getError()) {
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 233 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels");

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 91011>>