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

1 2 3 4 5 6 7 891011>>

  /external/smack/src/org/xbill/DNS/
TSIG.java 385 if (old != null && tsig.getError() != Rcode.BADKEY &&
386 tsig.getError() != Rcode.BADSIG)
412 out.writeU16(tsig.getError());
  /frameworks/rs/cpp/
Allocation.cpp 187 if (mRS->getError() != RS_SUCCESS) {
336 if (rs->getError() == RS_SUCCESS) {
350 if (rs->getError() == RS_SUCCESS) {
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 218 GLU_EXPECT_NO_ERROR(gl.getError(), "Output buffer setup failed");
228 GLU_EXPECT_NO_ERROR(gl.getError(), "glMapBufferRange()");
237 GLU_EXPECT_NO_ERROR(gl.getError(), "glUnmapBuffer()");
    [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 64 gl->getError = &glGetError;
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 295 GLU_EXPECT_NO_ERROR(gl.getError(), "After texture setup");
612 GLU_EXPECT_NO_ERROR(gl.getError(), "After texture setup");
659 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw");
663 GLU_EXPECT_NO_ERROR(gl.getError(), "Read pixels");
837 GLU_EXPECT_NO_ERROR(gl.getError(), "After texture setup");
842 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenerateMipmap()");
    [all...]
es2fTextureSizeTests.cpp 147 GLU_EXPECT_NO_ERROR(gl.getError(), "Set texturing state");
290 GLU_EXPECT_NO_ERROR(gl.getError(), "Set texturing state");
es2fFboApiTest.cpp 65 GLenum result = ctx.getError();
125 GLenum err = ctx.getError();
570 GLU_EXPECT_NO_ERROR(gl.getError(), "Before test case");
581 GLU_EXPECT_NO_ERROR(gl.getError(), "After test case");
es2fImplementationLimitTests.cpp 160 GLU_EXPECT_NO_ERROR(gl.getError(), "Query failed");
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 147 GLU_EXPECT_NO_ERROR(gl.getError(), "Set texturing state");
290 GLU_EXPECT_NO_ERROR(gl.getError(), "Set texturing state");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 260 public double getError() {
272 public double getError(int dim_id) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ResultsElement.java 491 double baselineError = baselineResults.getError();
492 double currentError = buildResults.getError();
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 200 if (std::error_code EC = Buff.getError()) {
293 if (std::error_code EC = Buf.getError()) {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
director.swg 158 VALUE getError() const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 400 if (e.getError() == StreamException.Error.OUTOFSYNC) {
407 if (e.getError() == StreamException.Error.OUTOFSYNC) {
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 40 virtual GLenum getError() { return m_error; };
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 70 virtual unsigned int getError(){ return 0; };
  /external/chromium_org/third_party/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; }
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 123 GLU_EXPECT_NO_ERROR(gl.getError(), "After render state setup");
  /external/deqp/modules/glshared/
glsScissorTests.cpp 240 GLU_CHECK_ERROR(gl.getError());
264 GLU_CHECK_ERROR(gl.getError());
665 GLU_CHECK_ERROR(gl.getError());
687 GLU_CHECK_ERROR(gl.getError());
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 93 std::error_code getError() { return LastError; }
  /external/llvm/lib/Object/
MachOUniversal.cpp 92 if (std::error_code EC = Obj.getError())

Completed in 676 milliseconds

1 2 3 4 5 6 7 891011>>