HomeSort by relevance Sort by last modified time
    Searched refs:NotSupportedError (Results 101 - 125 of 206) sorted by null

1 2 3 45 6 7 8 9

  /external/deqp/modules/egl/
teglNativeCoordMappingTests.cpp 502 throw tcu::NotSupportedError("Native window doesn't support readPixels()", "", __FILE__, __LINE__);
507 throw tcu::NotSupportedError("Native pixmap doesn't support readPixels()", "", __FILE__, __LINE__);
513 throw tcu::NotSupportedError("Native pixmap doesn't support readPixels() or legacy create surface", "", __FILE__, __LINE__);
teglMemoryStressTests.cpp 359 throw tcu::NotSupportedError("OOM tests disabled");
teglRenderCase.cpp 234 throw tcu::NotSupportedError("Client APIs not supported", "", __FILE__, __LINE__);
teglSwapBuffersTests.cpp 286 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels()", "", __FILE__, __LINE__);
teglSyncTests.cpp 159 throw tcu::NotSupportedError("EGL_KHR_fence_sync not supported", "", __FILE__, __LINE__);
162 throw tcu::NotSupportedError("EGL_KHR_reusable_sync not supported", "", __FILE__, __LINE__);
165 throw tcu::NotSupportedError("EGL_KHR_wait_sync not supported", "", __FILE__, __LINE__);
184 throw tcu::NotSupportedError("GL_OES_EGL_sync not supported", "", __FILE__, __LINE__);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStructTests.cpp 111 throw tcu::NotSupportedError("Dynamic loops not supported");
119 throw tcu::NotSupportedError("Vertex shader texture access not supported");
123 throw tcu::NotSupportedError("Dynamic indexing not supported");
    [all...]
es2fTextureMipmapTests.cpp 158 throw tcu::NotSupportedError("Projected lookup validation not supported in multisample config");
277 throw tcu::NotSupportedError("Too small viewport", "", __FILE__, __LINE__);
508 throw tcu::NotSupportedError("Projected lookup validation not supported in multisample config");
600 throw tcu::NotSupportedError("Too small viewport", "", __FILE__, __LINE__);
932 throw tcu::NotSupportedError("Render target size must be at least (" + de::toString(3*m_size) + ", " + de::toString(2*m_size) + ")");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp 106 throw tcu::NotSupportedError("Test requires render target with size " + de::toString(m_renderSize) + "x" + de::toString(m_renderSize) + " or greater");
116 throw tcu::NotSupportedError("Sample count not supported");
126 throw tcu::NotSupportedError("Sample count not supported");
es31fVertexAttributeBindingTests.cpp 173 throw tcu::NotSupportedError("Test requires at least " + de::toString<int>(TEST_RENDER_SIZE) + "x" + de::toString<int>(TEST_RENDER_SIZE) + " render target");
    [all...]
es31fDebugTests.cpp 574 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
642 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
847 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
    [all...]
es31fSampleVariableTests.cpp 275 throw tcu::NotSupportedError("Test requires GL_OES_sample_variables extension");
904 throw tcu::NotSupportedError("Test requires GL_OES_shader_multisample_interpolation or GL_OES_sample_shading extension");
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 427 throw tcu::NotSupportedError("Cannot clear depth; no depth buffer present", "", __FILE__, __LINE__);
429 throw tcu::NotSupportedError("Cannot clear stencil; no stencil buffer present", "", __FILE__, __LINE__);
495 throw tcu::NotSupportedError("Cannot blit to multisampled framebuffer", "", __FILE__, __LINE__);
glsShaderRenderCase.cpp 517 throw tcu::NotSupportedError("2D array texture binding is not supported");
520 throw tcu::NotSupportedError("3D texture binding is not supported");
523 throw tcu::NotSupportedError("Shadow lookups are not supported");
glsShaderPerformanceMeasurer.cpp 164 throw tcu::NotSupportedError("Render target too small (" +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 83 self.assertTrue(issubclass(sqlite.NotSupportedError,
85 "NotSupportedError is not a subclass of DatabaseError")
142 self.assertEqual(self.cx.NotSupportedError, sqlite.NotSupportedError)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 83 self.assertTrue(issubclass(sqlite.NotSupportedError,
85 "NotSupportedError is not a subclass of DatabaseError")
142 self.assertEqual(self.cx.NotSupportedError, sqlite.NotSupportedError)
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 147 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(TEST_CANVAS_SIZE) + "x" + de::toString(TEST_CANVAS_SIZE));
155 throw tcu::NotSupportedError(std::string("GL_MAX_TEXTURE_SIZE must be at least ") + de::toString(TEST_CANVAS_SIZE));
415 throw tcu::NotSupportedError("Color renderable half float texture required.");
420 throw tcu::NotSupportedError("Color renderable float texture required.");
471 throw tcu::NotSupportedError("could not create fbo for testing.");
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp 691 throw tcu::NotSupportedError("Not supported in MSAA config");
694 throw tcu::NotSupportedError("Unsupported color format");
697 throw tcu::NotSupportedError("Unsupported depth/stencil format");
    [all...]
es3fFboCompletenessTests.cpp 401 TCU_CHECK_AND_THROW(NotSupportedError,
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 333 // name is "NotSupportedError". String comparison is case-sensitive.
336 scriptState, DOMException::create(NotSupportedError, "The initialization data type '" + initDataType + "' is not supported by the key system."));
464 // "NotSupportedError".
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 168 throw tcu::NotSupportedError("Unsupported GL version", "", __FILE__, __LINE__);
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 379 throw NotSupportedError("Unsupported context type for WGL");
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 159 throw tcu::NotSupportedError("Too small viewport", "", __FILE__, __LINE__);
es2aTextureFilteringTests.cpp 208 throw tcu::NotSupportedError("Too small viewport", "", __FILE__, __LINE__);
531 throw tcu::NotSupportedError("Too small viewport", "", __FILE__, __LINE__);
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 163 throw tcu::NotSupportedError("Too small viewport", "", __FILE__, __LINE__);

Completed in 3513 milliseconds

1 2 3 45 6 7 8 9