HomeSort by relevance Sort by last modified time
    Searched refs:verifyError (Results 1 - 19 of 19) sorted by null

  /libcore/libart/src/main/java/dalvik/system/
ClassExt.java 71 private Object verifyError;
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferErrors.cpp 138 glw::GLboolean TextureBufferErrors::verifyError(const glw::GLenum expected_error, const char* description)
178 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
183 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
193 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
199 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
207 test_passed = verifyError(GL_INVALID_OPERATION, "Expected GL_INVALID_OPERATION was not returned "
213 verifyError(GL_INVALID_OPERATION, "Expected GL_INVALID_OPERATION was not returned "
219 test_passed = verifyError(GL_INVALID_VALUE, "Expected INVALID_VALUE was not returned "
225 test_passed = verifyError(GL_INVALID_VALUE, "Expected INVALID_VALUE was not returned "
230 test_passed = verifyError(GL_INVALID_VALUE, "Expected INVALID_VALUE was not returned
    [all...]
esextcTextureBufferErrors.hpp 83 glw::GLboolean verifyError(const glw::GLenum expected_error, const char* description);
  /external/deqp/external/openglcts/modules/common/
glcRobustnessTests.cpp 229 bool verifyError(glw::GLint error, glw::GLint expectedError, const char* method);
331 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformfv [false negative]");
334 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformfv [false positive]");
339 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformiv [false negative]");
342 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformiv [false positive]");
347 test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformuiv [false negative]");
350 test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformuiv [false positive]");
417 bool GetnUniformTest::verifyError(GLint error, GLint expectedError, const char* method)
450 bool verifyError(glw::GLint error, glw::GLint expectedError, const char* method);
661 if (!verifyError(gl.getError(), GL_INVALID_OPERATION, "ReadnPixels [false positive]")
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackOverflowQueryTests.cpp 445 void verifyError(GLenum expectedError)
525 verifyError(GL_INVALID_VALUE);
537 verifyError(GL_INVALID_VALUE);
547 verifyError(GL_INVALID_VALUE);
559 verifyError(GL_INVALID_VALUE);
658 verifyError(GL_INVALID_OPERATION);
660 verifyError(GL_INVALID_OPERATION);
669 verifyError(GL_INVALID_OPERATION);
681 verifyError(GL_INVALID_OPERATION);
686 verifyError(GL_INVALID_OPERATION)
    [all...]
gl4cSparseTextureTests.cpp 85 bool SparseTextureUtils::verifyError(std::stringstream& log, const char* funcName, GLint error, GLint expectedError)
711 result = SparseTextureUtils::verifyError(mLog, "glGetTexParameteriv", gl.getError(), GL_NO_ERROR);
716 result = SparseTextureUtils::verifyError(mLog, "glGetTexParameterfv", gl.getError(), GL_NO_ERROR);
721 result = SparseTextureUtils::verifyError(mLog, "glGetGexParameterIiv", gl.getError(), GL_NO_ERROR);
726 result = SparseTextureUtils::verifyError(mLog, "getTexParameterIuiv", gl.getError(), GL_NO_ERROR);
977 result = SparseTextureUtils::verifyError(log, "getIntegerv", gl.getError(), GL_NO_ERROR);
982 result = SparseTextureUtils::verifyError(log, "getInteger64v", gl.getError(), GL_NO_ERROR);
987 result = SparseTextureUtils::verifyError(log, "getFloatv", gl.getError(), GL_NO_ERROR);
992 result = SparseTextureUtils::verifyError(log, "getDoublev", gl.getError(), GL_NO_ERROR);
997 result = SparseTextureUtils::verifyError(log, "getBooleanv", gl.getError(), GL_NO_ERROR)
    [all...]
gl4cVertexAttrib64BitTest.cpp 328 void verifyError(GLenum expected_error, const char* function_name, int line_number, bool& result);
414 verifyError(GL_INVALID_ENUM, message.str().c_str(), __LINE__, result);
418 verifyError(GL_NO_ERROR, "VertexAttribLPointer(..., GL_DOUBLE /* type */, ...)", __LINE__, result);
447 verifyError(GL_INVALID_OPERATION, message.str().c_str(), __LINE__, result);
475 verifyError(GL_INVALID_VALUE, "VertexAttribL1d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result);
478 verifyError(GL_INVALID_VALUE, "VertexAttribL1d(GL_MAX_VERTEX_ATTRIBS + 1, ...)", __LINE__, result);
481 verifyError(GL_INVALID_VALUE, "VertexAttribL2d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result);
484 verifyError(GL_INVALID_VALUE, "VertexAttribL2d(GL_MAX_VERTEX_ATTRIBS + 1, ...)", __LINE__, result);
487 verifyError(GL_INVALID_VALUE, "VertexAttribL3d(GL_MAX_VERTEX_ATTRIBS, ...)", __LINE__, result);
490 verifyError(GL_INVALID_VALUE, "VertexAttribL3d(GL_MAX_VERTEX_ATTRIBS + 1, ...)", __LINE__, result)
    [all...]
gl4cBufferStorageTests.hpp 78 void verifyError(glw::GLenum expected_error, const glw::GLchar* error_message, bool& out_test_result);
gl4cBufferStorageTests.cpp     [all...]
gl3cTextureSwizzleTests.hpp 93 void verifyError(const glw::GLenum expected_error);
gl4cSparseTextureTests.hpp 70 static bool verifyError(std::stringstream& log, const char* funcName, GLint error, GLint expectedError);
gl3cTextureSwizzleTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 182 void verifyError (tcu::TestContext& testCtx, const glw::Functions& gl, GLenum expected)
306 verifyError(m_testCtx, gl, GL_NO_ERROR);
311 verifyError(m_testCtx, gl, GL_NO_ERROR);
317 verifyError(m_testCtx, gl, GL_NO_ERROR);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 185 void verifyError (tcu::TestContext& testCtx, const glw::Functions& gl, GLenum expected)
309 verifyError(m_testCtx, gl, GL_NO_ERROR);
314 verifyError(m_testCtx, gl, GL_NO_ERROR);
320 verifyError(m_testCtx, gl, GL_NO_ERROR);
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 432 milliseconds